MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / subscribe

Method subscribe

packages/nestjs/src/integrations/types.ts:52–52  ·  view source on GitHub ↗
(next?: (value: T) => void, error?: (err: any) => void, complete?: () => void)

Source from the content-addressed store, hash-verified

50 */
51export interface Observable<T> {
52 subscribe(next?: (value: T) => void, error?: (err: any) => void, complete?: () => void): Subscription;
53}
54
55/**

Callers 5

setupH3TracingChannelsFunction · 0.65
setupFunction · 0.65
pino.tsFile · 0.65
_subscribeToChannelMethod · 0.65
subscribeToChannelFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected