-
-
Couldn't load subscription status.
- Fork 1.7k
feat(nextjs): Add browserTracingIntegration
#10397
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
size-limit report 📦
|
.github/workflows/build.yml
Outdated
| needs: [job_get_metadata, job_build, job_e2e_prepare] | ||
| runs-on: ubuntu-20.04 | ||
| timeout-minutes: 10 | ||
| timeout-minutes: 20 |
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.
seems a bit long, but 🤷
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.
Fair. I'll try turning it back down.
…ing-instrumentation
Adds a wrapped
browserTracingIntegrationexport to the Next.js package that transparently reuses the existing routing instrumentation.Also deprecates the old
BrowserTracingintegration.Ref #10387