Skip to content

Commit 7a2eb31

Browse files
antonisclaude
andcommitted
chore: Update API report for JavaScript SDK v10.63.0
The v10.63.0 bump widened the inferred return type of deeplinkIntegration to include a literal name property. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 76aa5d7 commit 7a2eb31

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/core/etc/sentry-react-native.api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ export const debugSymbolicatorIntegration: () => Integration;
215215
export { dedupeIntegration }
216216

217217
// @public
218-
export const deeplinkIntegration: (...args: any[]) => Integration;
218+
export const deeplinkIntegration: (...args: any[]) => Integration & {
219+
name: string;
220+
};
219221

220222
// @public
221223
export const deviceContextIntegration: () => Integration;

0 commit comments

Comments
 (0)