Skip to content

Commit bc78a7c

Browse files
committed
chore: Add sentry environment to example configs
1 parent 0cbc838 commit bc78a7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

objectstore-server/config/emulators.example.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ logging:
2121
# dsn: http://<key>@localhost:8000/1
2222
# sample_rate: 1.0
2323
# traces_sample_rate: 1.0
24+
# environment: development
2425

2526
metric_tags:
2627
sentry_region: development

objectstore-server/config/local.example.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ logging:
1717
# dsn: http://<key>@localhost:8000/1
1818
# sample_rate: 1.0
1919
# traces_sample_rate: 1.0
20+
# environment: development
2021

2122
metric_tags:
2223
sentry_region: development

0 commit comments

Comments
 (0)