Skip to content

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Apr 9, 2024

I missed two places where we assign event.transaction let's see how badly this nukes CI 👀

@Lms24 Lms24 changed the title feat(core): Remove transaction name extraction from requestDataIntegration [WIP] feat(core): Remove transaction name extraction from requestDataIntegration Apr 9, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Apr 9, 2024

size-limit report 📦

Path Size
@sentry/browser 21.65 KB (0%)
@sentry/browser (incl. Tracing) 32.63 KB (0%)
@sentry/browser (incl. Tracing, Replay) 67.98 KB (0%)
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 61.37 KB (0%)
@sentry/browser (incl. Tracing, Replay with Canvas) 72.02 KB (0%)
@sentry/browser (incl. Tracing, Replay, Feedback) 84.23 KB (0%)
@sentry/browser (incl. Feedback) 37.79 KB (0%)
@sentry/browser (incl. sendFeedback) 26.43 KB (0%)
@sentry/browser (incl. FeedbackAsync) 30.93 KB (0%)
@sentry/react 24.33 KB (0%)
@sentry/react (incl. Tracing) 35.53 KB (0%)
@sentry/vue 25.27 KB (0%)
@sentry/vue (incl. Tracing) 34.38 KB (0%)
@sentry/svelte 21.77 KB (0%)
CDN Bundle 23.95 KB (0%)
CDN Bundle (incl. Tracing) 33.89 KB (0%)
CDN Bundle (incl. Tracing, Replay) 67.61 KB (0%)
CDN Bundle (incl. Tracing, Replay, Feedback) 83.46 KB (0%)
CDN Bundle - uncompressed 70.56 KB (0%)
CDN Bundle (incl. Tracing) - uncompressed 100.57 KB (0%)
CDN Bundle (incl. Tracing, Replay) - uncompressed 210.18 KB (0%)
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 256.57 KB (0%)
@sentry/nextjs (client) 34.75 KB (0%)
@sentry/sveltekit (client) 33.13 KB (0%)
@sentry/node 138.48 KB (-0.11% 🔽)

@Lms24 Lms24 changed the title [WIP] feat(core): Remove transaction name extraction from requestDataIntegration [WIP] ref(core): Remove transaction name extraction from requestDataIntegration Apr 9, 2024
@lforst lforst self-assigned this Apr 25, 2024
@lforst lforst marked this pull request as ready for review April 25, 2024 08:20
@lforst lforst changed the title [WIP] ref(core): Remove transaction name extraction from requestDataIntegration ref(core): Remove transaction name extraction from requestDataIntegration Apr 25, 2024
@lforst lforst requested review from mydea and s1gr1d April 25, 2024 08:32
return {
name: INTEGRATION_NAME,
processEvent(event, _hint, client) {
processEvent(event, _hint, _client) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
processEvent(event, _hint, _client) {
processEvent(event) {

};
}

function getSDKName(client: Client): string | undefined {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we even do this before here 😅 but I guess it is just not needed because we always set this directly now, right?

@lforst lforst enabled auto-merge (squash) April 25, 2024 08:41
@lforst lforst merged commit 2288caf into develop Apr 25, 2024
@lforst lforst deleted the lms/feat-remove-transactionName-from-requestDataIntegration branch April 25, 2024 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants