MCPcopy Create free account
hub / github.com/getsentry/sentry-react-native / encodeToBase64

Method encodeToBase64

packages/core/src/js/NativeRNSentry.ts:60–60  ·  view source on GitHub ↗
(data: number[])

Source from the content-addressed store, hash-verified

58 popTimeToDisplayFor(key: string): Promise<number | undefined | null>;
59 setActiveSpanId(spanId: string): boolean;
60 encodeToBase64(data: number[]): Promise<string | undefined | null>;
61 enableShakeDetection(): void;
62 disableShakeDetection(): void;
63 pauseAppHangTracking(): void;

Callers 3

encodeToBase64Method · 0.65
encodeToBase64Method · 0.65
FeedbackFormClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected