add error reporting to sentry
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -12,6 +12,15 @@ server:
|
||||
include-message: on_param
|
||||
include-stacktrace: on_param
|
||||
|
||||
sentry:
|
||||
dsn: https://354321d371291036cffcdb5b1a72fd6e@o394865.ingest.us.sentry.io/4507718826262528
|
||||
environment: edge-service
|
||||
|
||||
# Set traces_sample_rate to 1.0 to capture 100%
|
||||
# of transactions for tracing.
|
||||
# We recommend adjusting this value in production.
|
||||
tracesSampleRate: 1.0
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: edge-service
|
||||
|
||||
Reference in New Issue
Block a user