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
Hi, thanks for raising this issue. On our page about configuring the native SDK we mention that this configuration should happen as early as possible within your application. So, by the time you add context, sentry_init(options) should have been called already.
I can see how this is easy to overlook, but to avoid clutter in our other docs pages we don't show this initialization on every code snippet.
Core or SDK?
Platform/SDK
Which part? Which one?
Sentry Native
Description
Not yet mentioned in the native docs
Suggested Solution
Change the code example from
to
The text was updated successfully, but these errors were encountered: