Skip to content

Commit

Permalink
Fix Config
Browse files Browse the repository at this point in the history
Signed-off-by: Bentley Hensel <[email protected]>
  • Loading branch information
TheBoatyMcBoatFace committed Oct 12, 2023
1 parent 95924f7 commit bb9a63d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1508,13 +1508,13 @@
<!-- Changing <enabled> to true allows sending crash reports to -->
<!-- the ClickHouse core developers team via Sentry https://sentry.io -->
<!-- Doing so at least in pre-production environments is highly appreciated -->
<enabled>{{ env('SEND_CRASH_REPORTS') }}</enabled>
<enabled>true</enabled>
<!-- Change <anonymize> to true if you don't feel comfortable attaching the server hostname to the crash report -->
<anonymize>{{ env('SENTRY_ANONYMIZE') }}</anonymize>
<anonymize>true</anonymize>
<!-- Default endpoint should be changed to different Sentry DSN only if you have -->
<!-- some in-house engineers or hired consultants who're going to debug ClickHouse issues for you -->
<!-- <endpoint>https://[email protected]/5226277</endpoint> -->
<endpoint>{{ env('SENTRY_DSN') }}</endpoint>
<endpoint>https://[email protected]/5226277</endpoint>
</send_crash_reports>


Expand Down

0 comments on commit bb9a63d

Please sign in to comment.