Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Avoid looking up client for
hasTracingEnabled()
if possi…
…ble (#12066) This is a bit weird in that we access the current scope & client etc., even if options are passed. Since we also use this method in `init()` before we have setup stuff, it seems safer to avoid calling this at all if possible. This is related to #12054, but not really the cause of it.
- Loading branch information