-
-
Couldn't load subscription status.
- Fork 1.7k
Closed
getsentry/sentry-docs
#5342Labels
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/browser
SDK Version
7.6.0
Framework Version
No response
Link to Sentry event
No response
Steps to Reproduce
I'm trying to integrate the client directly to build a custom react error boundary component as laid out here
Expected Result
Browser client should initialize successfully
Actual Result
This results in a TypeError: options.transport is not a function exception. It appears the BrowserClient constructor is expecting a transport option as a function.
danieltroger
