-
-
Notifications
You must be signed in to change notification settings - Fork 31
Improve support for sentry-java #357
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Hi @markushi added some suggestions, let make type attribute separate for both types of event - Error event and transaction.
packages/overlay/src/integrations/sentry/components/Events/Event.tsx
Outdated
Show resolved
Hide resolved
packages/overlay/src/integrations/sentry/data/sentryDataCache.ts
Outdated
Show resolved
Hide resolved
Shubhdeep12
left a comment
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.
LGTM 🔎
* Improve support for sentry-java * Add changeset * Address PR feedback * Add java txn fixture envelope * Move message to CommonEventAttrs
When working on the Java/Android SDK side for spotlight integration getsentry/sentry-java#3166 I stumbled upon two issues which caused spotlight to crash:
sentry-javasends over "Message" events, which contain a top level message object, that clashes with themessage: stringof error eventsJS is not my proficiency, happy for any PR feedback!
Before opening this PR:
pnpm changeset:add