We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d338665 commit d622ba8Copy full SHA for d622ba8
1 file changed
tests/tracing/test_decorator.py
@@ -195,6 +195,7 @@ def my_agent():
195
"sentry.sdk.version": mock.ANY,
196
"sentry.segment.id": mock.ANY,
197
"sentry.segment.name": "test-transaction",
198
+ "server.address": mock.ANY,
199
"thread.id": mock.ANY,
200
"thread.name": mock.ANY,
201
}
@@ -389,6 +390,7 @@ def my_agent():
389
390
391
392
393
394
395
396
0 commit comments