options.initialScope is not supported
See original GitHub issuePassing initialScope
in the options does not work on RN or any of the JS-Hybrid SDKs as the scope’s update
method sets each value individually and does not call the extended methods that send the scope down to the native layer.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Basic Options for JavaScript | Sentry Documentation
Learn more about how to configure the SDK. These options are set when the SDK is first initialized, passed to the init function...
Read more >asp.net core - Unable to set scopes with ... - Stack Overflow
However, since I'm working on an API controller only, and not a web app, I want to do this instead: string[] initialScopes =...
Read more >Initial Scope vs. Committed - Atlassian Community
I just checked today, and the "initial scope" that is reported in the velocity widget is not matching the "committed" value that is...
Read more >Default Settings - Getting Started - Royal Apps
Even when the user tries to change options or default settings in the user interface which have been configured in the default scope,...
Read more >Configuring Discovery Views for Primo VE
To configure discovery options (Configuration Menu > Discovery) for Primo VE ... Currently, Tags functionality is not supported in consortia ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
closing in favor of https://github.com/getsentry/sentry-react-native/issues/1925
I can confirm, it took me an hour to play with initial scope but it does not seem to allow me to add tags. However,
Sentry.configureScope
also does not allow me to add tags.The
test
tag never shows up on any issue.