Skip to content

Conversation

@onurtemizkan
Copy link
Collaborator

Replaces #10483 which I closed by mistake.

Part of #9907

@github-actions
Copy link
Contributor

github-actions bot commented Feb 21, 2024

size-limit report 📦

Path Size
@sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 77.77 KB (0%)
@sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.03 KB (0%)
@sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 72.96 KB (0%)
@sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 62.54 KB (0%)
@sentry/browser (incl. Tracing) - Webpack (gzipped) 33.25 KB (0%)
@sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 33.14 KB (0%)
@sentry/browser (incl. Feedback) - Webpack (gzipped) 31.13 KB (0%)
@sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.13 KB (0%)
@sentry/browser - Webpack (gzipped) 22.41 KB (0%)
@sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76 KB (0%)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 67.52 KB (0%)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 33.48 KB (0%)
@sentry/browser - ES6 CDN Bundle (gzipped) 24.69 KB (0%)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 212.25 KB (0%)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 100.97 KB (0%)
@sentry/browser - ES6 CDN Bundle (minified & uncompressed) 73.87 KB (0%)
@sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 36.78 KB (0%)
@sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 69.33 KB (0%)
@sentry/react - Webpack (gzipped) 22.44 KB (0%)
@sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 86.82 KB (+0.01% 🔺)
@sentry/nextjs Client - Webpack (gzipped) 50.05 KB (0%)
@sentry-internal/feedback - Webpack (gzipped) 17.16 KB (0%)

@onurtemizkan onurtemizkan force-pushed the onur/prisma-otel-integration-tests branch 2 times, most recently from fc9d3a9 to 9761634 Compare February 21, 2024 23:25
Comment on lines +6 to +13
if (NODE_VERSION.major && NODE_VERSION.major < 16) {
// eslint-disable-next-line no-console
console.warn(`Skipping Prisma tests on Node: ${NODE_VERSION.major}`);
process.exit(0);
}

Copy link
Member

Choose a reason for hiding this comment

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

Does prisma only support Node 16+? (If so, can we add a comment that this is the reason why we skip?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@onurtemizkan onurtemizkan force-pushed the onur/prisma-otel-integration-tests branch from 0ca9edd to 4c63dec Compare February 22, 2024 11:09
Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

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

Despite my comment, I think we can merge the PR as it is right now. If the origin should be something else than 'manual' we can (and should) adjust it and the tests in a follow up PR.

model: 'User',
name: 'User.create',
'otel.kind': 'INTERNAL',
'sentry.origin': 'manual',
Copy link
Member

Choose a reason for hiding this comment

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

hmm not a hard blocker to merge the tests but @mydea is it expected that the spans all have 'sentry.origin': 'manual'? Maybe this is an otel<>sentry limitation I'm not aware of.

Copy link
Member

Choose a reason for hiding this comment

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

It's because sentry.origin is the default, I think this is fine to leave for now and we re-evaluate closer to v8 release.

@AbhiPrasad AbhiPrasad merged commit 40300ea into develop Feb 22, 2024
@AbhiPrasad AbhiPrasad deleted the onur/prisma-otel-integration-tests branch February 22, 2024 14:12
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.

4 participants