Skip to content

Commit 4dff56a

Browse files
committed
fix: Fix wrongly named key in SDK_INFO
see also getsentry/rust-sentry-types#29
1 parent 8b0d744 commit 4dff56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
SDK_INFO = {
3737
"name": "sentry.python",
3838
"version": VERSION,
39-
"packages": [{"package_name": "pypi:sentry-sdk", "version": VERSION}],
39+
"packages": [{"name": "pypi:sentry-sdk", "version": VERSION}],
4040
"integrations": INTEGRATIONS,
4141
}

0 commit comments

Comments
 (0)