-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attribution imports not working with basic create-react-app usage #139
Comments
I am also seeing this error. I even get it when I set |
OK - for those who are struggling with this, you can put in a temporary workaround by adding this as an option to the SDK constructor:
|
Thanks @ethangodt for opening this issue and @dancrumb for chiming in. Our team is going to take a look at this one! |
The reason this is happening is that the The I'm not sure that this project can do anything besides warn folks about Create React App. |
Versions
Steps to reproduce
npx create-react-app repro-app --template typescript
cd repro-app
npm install @honeycombio/opentelemetry-web @opentelemetry/auto-instrumentations-web
src/index.tsx
:npm start
Browser console error:
Additional context
The text was updated successfully, but these errors were encountered: