You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example: sentry_set_sdk_name(...) or sentry_options_set_sdk_name(...), some SDKs have it under the options while this attribute is internal/private but allow Hybrid SDKs to do it anyway.
Context getsentry/sentry-dart#1333
The text was updated successfully, but these errors were encountered:
The build pipeline already considers the
SENTRY_SDK_NAME
config at compile time.Ideally, the SDK is able to change its name at runtime.
sentry-native/include/sentry.h
Lines 26 to 32 in 903c17a
For example:
sentry_set_sdk_name(...)
orsentry_options_set_sdk_name(...)
, some SDKs have it under theoptions
while this attribute is internal/private but allow Hybrid SDKs to do it anyway.Context getsentry/sentry-dart#1333
The text was updated successfully, but these errors were encountered: