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 e37ca7b commit 99348d1Copy full SHA for 99348d1
flow-typed/@sentry/react-native_v2.x.x.js
@@ -193,7 +193,7 @@ declare module '@sentry/react-native' {
193
setExtras(extras: {| +[key: string]: any |}): this;
194
}
195
196
- declare export type CaptureContext = Scope | Partial<ScopeContext> | ((scope: Scope) => Scope);
+ declare export type CaptureContext = Scope | $Rest<ScopeContext, { ... }> | ((scope: Scope) => Scope);
197
198
// Adapted from @sentry/types/src/client.ts, with some specialization.
199
declare export type Client = {
0 commit comments