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
User calls Sentry’s Logging API directly: SDKs MUST NOT send a sentry.origin. As logs are charged based on size, we want to minimize the size of logs, and we intentionally deviate from the original Trace Origin documentation.
Captured from a logging library: Use auto.log. format. where is the relevant integration. For example, the .NET Serilog library emits:
{ "sentry.origin": "auto.log.serilog" }
Auto-emitted logs from other instrumented systems: Use the auto.. format as outlined in Trace Origin documentation.