question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

  • Align event.origin and event.environment
  • Introduce Sentry.initWith that takes the root component
  • Add tracing integration OOTB
  • Auto detect routing library (React Navigation v4 or v5 and in Q3, React Native Navigation (wix))

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
benlondoncommented, Sep 1, 2021

I do have the same error @jennmueng. It appears that in 3.0.0 there is no cli folder in the /node_modules/@sentry, so the error looks logical How could we fix this ?

While not the best long term solution, adding an explicit dependency on the CLI worked for me:

"dependencies": {
  "@sentry/react-native": "^3.0.0",
  "@sentry/cli": "^1.68.0",
...
4reactions
jennmuengcommented, Sep 1, 2021

@user512 We ended up not needing a full migration guide as we ended up making it fully backward compatible apart from the event.origin tag values which we are working on documenting soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring Boot 3.0 Goes GA
... 3.0 is now generally available and 3.0.0 can be found in Maven Central. This release is the culmination of 12 months work...
Read more >
Release 3.0.0 - GitHub
Release 3.0.0. Product. Actions. Automate any workflow · Packages. Host and manage packages · Security. Find and fix vulnerabilities.
Read more >
Release 3.0.0 generally available - Apache Hadoop
After four alpha releases and one beta release, 3.0.0 is generally available. 3.0.0 consists of 302 bug fixes, improvements, and other enhancements since ......
Read more >
Flutter 3.0.0 release notes
This page has release notes for 3.0.0. For information about subsequent bug-fix releases, see Hotfixes to the Stable Channel.
Read more >
Python 3.0 Release
Python 3.0 final was released on December 3rd, 2008. Python 3.0 (a.k.a. "Python 3000" or "Py3k") is a new version of the language...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found