You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(replay): Fix type for replayCanvasIntegration (#11995)
`snapshot` is a public API.
I think the other methods we do not need to expose (?).
With this, usage will be:
```ts
const canvas = getClient()?.getIntegrationByName<ReturnType<typeof replayCanvasIntegration>>('ReplayCanvas');
await canvas.snapshot();
```
Closes#11971
0 commit comments