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
ref(logs): extract attribute compilation to dedicated method in LogsHandler
Extracts the attribute merging logic into a new compileAttributes() method
for better organization and readability. The new method properly structures
log attributes with namespaced keys (log.context, log.extra, log.channel)
while maintaining the existing sentry.origin attribute.
0 commit comments