Skip to content

Commit

Permalink
fix(player): Update import path to use sentry namespace (rrweb-io#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg authored Apr 19, 2024
1 parent d2cdc6f commit d3c9383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb-player/src/Player.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
</div>

<style global>
@import 'rrweb/dist/rrweb.min.css';
@import '@sentry-internal/rrweb/dist/rrweb.min.css';
.rr-player {
position: relative;
Expand Down

0 comments on commit d3c9383

Please sign in to comment.