-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
build(js): Upgrade JS SDK to 6.18.1-beta.0 #32181
Conversation
getsentry/sentry-javascript#4531 This will also fix the console array problem.
oh yes yes |
Sorry this took a while! We had some stuff (getsentry/sentry-javascript#4619, getsentry/sentry-javascript#4531 (comment)) getting in the way :P |
@@ -3,6 +3,7 @@ | |||
// eslint-disable-next-line | |||
import * as fs from 'fs'; | |||
import * as Sentry from '@sentry/node'; | |||
import '@sentry/tracing'; |
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.
Usually the linter makes you put this in a group above these other things no?
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.
Is it because it is under .github/workflows/scripts/monitor-typescript.ts
? I can move it.
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.
yeah maybe linter isn't checking this?
size-limit report 📦
|
getsentry/sentry-javascript#4531
This will also fix the console array problem.