We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c00da commit 5bf9bdeCopy full SHA for 5bf9bde
1 file changed
packages/effect/src/index.types.ts
@@ -11,4 +11,6 @@ export * from './client/index';
11
export * from './server/index';
12
13
/** Creates an Effect Layer that initializes Sentry and integrates tracing, logging, and metrics. */
14
-export declare function effectLayer(options: EffectClientLayerOptions | EffectServerLayerOptions): EffectLayer.Layer<never, never, never>;
+export declare function effectLayer(
15
+ options: EffectClientLayerOptions | EffectServerLayerOptions,
16
+): EffectLayer.Layer<never, never, never>;
0 commit comments