Skip to content

Commit 44760e9

Browse files
committed
follow convention for DSN
1 parent 5f41569 commit 44760e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-aiohttp/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
sentry_sdk.init(
9-
dsn="",
9+
dsn=os.environ.get("SENTRY_DSN"),
1010
environment=os.environ.get("ENV", "test"),
1111
_experiments={"trace_lifecycle": "stream"},
1212
traces_sample_rate=1.0,

0 commit comments

Comments
 (0)