-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(effect): Export layers for browser | setTracer in buildEffectTracer #19816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,8 +8,6 @@ import { | |
| } from '@sentry/core'; | ||
| import type * as Context from 'effect/Context'; | ||
| import * as Exit from 'effect/Exit'; | ||
| import type * as Layer from 'effect/Layer'; | ||
| import { setTracer } from 'effect/Layer'; | ||
| import * as Option from 'effect/Option'; | ||
| import * as EffectTracer from 'effect/Tracer'; | ||
|
|
||
|
|
@@ -198,4 +196,4 @@ const makeSentryTracer = (): EffectTracer.Tracer => | |
| /** | ||
| * Effect Layer that sets up the Sentry tracer for Effect spans. | ||
| */ | ||
| export const SentryEffectTracerLayer: Layer.Layer<never, never, never> = setTracer(makeSentryTracer()); | ||
| export const SentryEffectTracer = makeSentryTracer(); | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The export Suggested FixUpdate Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. |
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ignoring this for the review since we remove it in #19823 |
Uh oh!
There was an error while loading. Please reload this page.