Skip to content
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

6.0.0 release notes have broken import statements #4190

Closed
johnf opened this issue Oct 18, 2024 · 1 comment
Closed

6.0.0 release notes have broken import statements #4190

johnf opened this issue Oct 18, 2024 · 1 comment

Comments

@johnf
Copy link
Contributor

johnf commented Oct 18, 2024

What React Native libraries do you use?

React Navigation, React Native without Frameworks, RN New Architecture, React Native Web

Are you using sentry.io or on-premise?

sentry.io (SaS)

@sentry/react-native SDK Version

6.0.0

How does your development environment look like?

N/A

Sentry.init()

N/A

Steps to Reproduce

The examples in the GitHub release notes for 6.0.0 have

import Sentry from '@sentry/react-native'

this should be

import * as Sentry from '@sentry/react-native'

Expected Result

N/A

Actual Result

n/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Development

No branches or pull requests

2 participants