-
Notifications
You must be signed in to change notification settings - Fork 853
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
adds sentry to backpack-api and app-mobile #3311
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Socket Security Pull Request ReportDependency issues detected: If you merge this pull request, you will not be alerted to the instances of these issues again. 📜 Install scriptsInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts. Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.
Pull request report summary
Bot CommandsTo ignore an alert, reply with a comment starting with
Powered by socket.dev |
@@ -18,6 +18,7 @@ import { BottomSheetModalProvider } from "@gorhom/bottom-sheet"; | |||
import { SafeAreaProvider } from "react-native-safe-area-context"; | |||
import { WebView } from "react-native-webview"; | |||
import { RecoilRoot } from "recoil"; | |||
import * as Sentry from "sentry-expo"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we avoid this until we audit sentry-expo? Like adding it to the app-extension/app-mobile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sentry is already hooked up!
This reverts commit 20478aa.
adds sentry perf / error monitoring
i need help with: