Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
getsentry
/
sentry-javascript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
8.7k
Code
Issues
598
Pull requests
52
Discussions
Actions
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat(node)!: Default most SDKs to a no-tracer-provider setup
- #22957
#22957
Merged
andreiborza
merged 24 commits into
develop
getsentry/sentry-javascript:develop
from
ab/default-no-tracer-provider
getsentry/sentry-javascript:ab/default-no-tracer-provider
Copy head branch name to clipboard
Aug 5, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
feat(node)!: Default most SDKs to a no-tracer-provider setup
#22957
andreiborza
merged 24 commits into
develop
getsentry/sentry-javascript:develop
from
ab/default-no-tracer-provider
getsentry/sentry-javascript:ab/default-no-tracer-provider
Copy head branch name to clipboard
Commits
Commits on Aug 3, 2026
feat(node)!: Default most SDKs to a no-tracer-provider setup
Show description for dcefe76
andreiborza
and
claude
committed
dcefe76
View commit details
Copy full SHA for dcefe76
Browse repository at this point
Merge remote-tracking branch 'origin/develop' into ab/default-no-tracer-provider
Show description for 29e8adc
andreiborza
committed
29e8adc
View commit details
Copy full SHA for 29e8adc
Browse repository at this point
Gate setupEventContextTrace on the tracer-provider mode
Show description for 2db921c
andreiborza
committed
2db921c
View commit details
Copy full SHA for 2db921c
Browse repository at this point
Replace event-trace spy tests with a behavioral test
Show description for 13d89f3
andreiborza
committed
13d89f3
View commit details
Copy full SHA for 13d89f3
Browse repository at this point
Backfill Sentry span data in no-provider mode
Show description for 6f6f1d0
andreiborza
committed
6f6f1d0
View commit details
Copy full SHA for 6f6f1d0
Browse repository at this point
Pin OTel-tracer integration tests to skipOpenTelemetrySetup: false
Show description for 1a2fdb0
andreiborza
committed
1a2fdb0
View commit details
Copy full SHA for 1a2fdb0
Browse repository at this point
Propagate sample_rand from a continued trace's frozen empty DSC
Show description for 35ec3af
andreiborza
committed
35ec3af
View commit details
Copy full SHA for 35ec3af
Browse repository at this point
Do not activate ignored spans in the tracing-channel binding
Show description for e7a39a6
andreiborza
committed
e7a39a6
View commit details
Copy full SHA for e7a39a6
Browse repository at this point
Only fold sample_rand into an empty continued DSC at freeze time
Show description for 2a7b5b0
andreiborza
committed
2a7b5b0
View commit details
Copy full SHA for 2a7b5b0
Browse repository at this point
Drop otel context assertion from astro tracing e2e tests
Show description for 2cc5797
andreiborza
committed
2cc5797
View commit details
Copy full SHA for 2cc5797
Browse repository at this point
Expose the ALS scope store to node-native in no-provider mode
Show description for aaec895
andreiborza
committed
aaec895
View commit details
Copy full SHA for aaec895
Browse repository at this point
Update DSC continuation assertions for propagated sample_rand
Show description for 6d64b01
andreiborza
committed
6d64b01
View commit details
Copy full SHA for 6d64b01
Browse repository at this point
Key react-router middleware counter by request, not OTel context
Show description for 842a0c0
andreiborza
committed
842a0c0
View commit details
Copy full SHA for 842a0c0
Browse repository at this point
Key react-router middleware counter by root span
Show description for 8e12acb
andreiborza
committed
8e12acb
View commit details
Copy full SHA for 8e12acb
Browse repository at this point
Commits on Aug 4, 2026
Merge remote-tracking branch 'origin/develop' into ab/default-no-tracer-provider
Show description for c55fad4
andreiborza
committed
c55fad4
View commit details
Copy full SHA for c55fad4
Browse repository at this point
Always run span-data backfill, independent of the tracer provider
Show description for 8f5fb88
andreiborza
committed
8f5fb88
View commit details
Copy full SHA for 8f5fb88
Browse repository at this point
Opt SvelteKit Cloudflare into the tracer provider
Show description for acc3fe9
andreiborza
committed
acc3fe9
View commit details
Copy full SHA for acc3fe9
Browse repository at this point
Commits on Aug 5, 2026
Make stateLookup optional so the ALS lookup omits it
Show description for 196a2a0
andreiborza
committed
196a2a0
View commit details
Copy full SHA for 196a2a0
Browse repository at this point
Make contextSymbol optional instead of generalizing to stateLookup
Show description for ec80557
andreiborza
committed
ec80557
View commit details
Copy full SHA for ec80557
Browse repository at this point
Clarify skipOpenTelemetrySetup: false registers Sentry's own provider
Show description for 9b5cd69
andreiborza
committed
9b5cd69
View commit details
Copy full SHA for 9b5cd69
Browse repository at this point
Drop stale SentrySpanProcessor reference from the docs
Show description for 00c1f1a
andreiborza
committed
00c1f1a
View commit details
Copy full SHA for 00c1f1a
Browse repository at this point
Merge branch 'develop' into ab/default-no-tracer-provider
andreiborza
authored
68d16ec
View commit details
Copy full SHA for 68d16ec
Browse repository at this point
Add tracer-provider e2e variants for representative server SDKs
Show description for 2b120b5
andreiborza
committed
2b120b5
View commit details
Copy full SHA for 2b120b5
Browse repository at this point
Drop the contexts.otel assertion from the tracer-provider e2e variants
Show description for c59f098
andreiborza
committed
c59f098
View commit details
Copy full SHA for c59f098
Browse repository at this point
You can’t perform that action at this time.