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
New Integration: PR #2030 adds OTLPIntegration — a new integration class that enables OTLP trace support. Usage requires adding it to the integrations array in Sentry\init(). This is not mentioned anywhere in the skill or its reference files.
Note: OTLP tracing and Sentry tracing cannot be used simultaneously.
New Config Option: PR #2032 adds a log_flush_threshold init option (default: null) that triggers auto-flush of buffered Sentry Logs when the buffer reaches the threshold count. Not present in references/logging.md config options.
\Sentry\init([
'dsn' => '__YOUR_DSN__',
'log_flush_threshold' => 50, // flush after 50 buffered log records
]);
Skill Files to Review
skills/sentry-php-sdk/SKILL.md
skills/sentry-php-sdk/references/logging.md
Priority
HIGH — New integration with significant behavioral implications (OTLP vs Sentry tracing mutual exclusivity) and new config option affecting log delivery reliability.
cc
@getsentry/team-web-sdk-backendSDK Changes Detected
The following PRs were merged to
getsentry/sentry-phpin the last 7 days that may affect thesentry-php-sdkskill:log_flush_thresholdflag to trigger auto flush sentry-php#2032 — feat(logs): addlog_flush_thresholdflag to trigger auto flush (feat(logs): addlog_flush_thresholdflag to trigger auto flush sentry-php#2032)Potential Skill Gaps
New Integration: PR
#2030addsOTLPIntegration— a new integration class that enables OTLP trace support. Usage requires adding it to theintegrationsarray inSentry\init(). This is not mentioned anywhere in the skill or its reference files.Note: OTLP tracing and Sentry tracing cannot be used simultaneously.
New Config Option: PR
#2032adds alog_flush_thresholdinit option (default:null) that triggers auto-flush of buffered Sentry Logs when the buffer reaches the threshold count. Not present inreferences/logging.mdconfig options.Skill Files to Review
skills/sentry-php-sdk/SKILL.mdskills/sentry-php-sdk/references/logging.mdPriority
HIGH — New integration with significant behavioral implications (OTLP vs Sentry tracing mutual exclusivity) and new config option affecting log delivery reliability.