Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a function to add a new scope field from an existing Sentry scope (…
…#29) This allows to use breadcrumbs while keeping the information tied to non-default hubs by doing `log.With(zapsentry.NewScopeFromScope(hub.Scope()))` (e.g. when using https: //docs.sentry.io/platforms/go/guides/http/).
- Loading branch information