Skip to content

Commit

Permalink
fix(replay-canvas): Add missing dependency on @sentry/utils (#10279)
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Forstner <luca.forstner@sentry.io>
  • Loading branch information
Methuselah96 and lforst committed Jan 23, 2024
1 parent a27deca commit 6868256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/replay-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"dependencies": {
"@sentry/core": "7.94.1",
"@sentry/replay": "7.94.1",
"@sentry/types": "7.94.1"
"@sentry/types": "7.94.1",
"@sentry/utils": "7.94.1"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 6868256

Please sign in to comment.