-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bentley Hensel <[email protected]>
- Loading branch information
1 parent
95924f7
commit bb9a63d
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
||
|