-
-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no way to private SDKs to add packages into the SDK info #2270
Comments
https://develop.sentry.dev/sdk/event-payloads/sdk/#attributes |
We should expose a public API to set the packages to PrivateSentrySDKOnly similar to the following for setting the packages sentry-cocoa/Sources/Sentry/Public/PrivateSentrySDKOnly.h Lines 46 to 51 in 3861500
We then need to store the packages somewhere, maybe in SentryMeta. We add the SDKInfo to events here sentry-cocoa/Sources/Sentry/SentryClient.m Lines 655 to 659 in 3861500
and to envelopes here sentry-cocoa/Sources/Sentry/Public/SentryEnvelope.h Lines 44 to 46 in 3861500
and here sentry-cocoa/Sources/Sentry/SentrySerialization.m Lines 44 to 47 in 3861500
|
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Description
Private SDKs need to inform
packages
into the SDK information.See getsentry/sentry-dart#1056
The text was updated successfully, but these errors were encountered: