File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ targets:
32
32
- name : npm
33
33
id : ' @sentry-internal/feedback'
34
34
includeNames : /^sentry-internal-feedback-\d.*\.tgz$/
35
+ # # 1.8 ReplayCanvas package (browser only)
36
+ - name : npm
37
+ id : ' @sentry-internal/replay-canvas'
38
+ includeNames : /^sentry-internal-replay-canvas-\d.*\.tgz$/
35
39
36
40
# # 2. Browser & Node SDKs
37
41
- name : npm
Original file line number Diff line number Diff line change 99
99
- *shared
100
100
- 'packages/browser/**'
101
101
- 'packages/replay/**'
102
+ - 'packages/replay-canvas/**'
102
103
- 'packages/feedback/**'
103
104
browser_integration:
104
105
- *shared
@@ -370,6 +371,7 @@ jobs:
370
371
${{ github.workspace }}/packages/browser/build/bundles/**
371
372
${{ github.workspace }}/packages/integrations/build/bundles/**
372
373
${{ github.workspace }}/packages/replay/build/bundles/**
374
+ ${{ github.workspace }}/packages/replay-canvas/build/bundles/**
373
375
${{ github.workspace }}/packages/**/*.tgz
374
376
${{ github.workspace }}/packages/serverless/build/aws/dist-serverless/*.zip
375
377
Original file line number Diff line number Diff line change 6
6
7
7
# Sentry Session Replay with Canvas
8
8
9
- [ ![ npm version] ( https://img.shields.io/npm/v/@sentry/replay.svg )] ( https://www.npmjs.com/package/@sentry/replay )
10
- [ ![ npm dm] ( https://img.shields.io/npm/dm/@sentry/replay.svg )] ( https://www.npmjs.com/package/@sentry/replay )
11
- [ ![ npm dt] ( https://img.shields.io/npm/dt/@sentry/replay.svg )] ( https://www.npmjs.com/package/@sentry/replay )
9
+ [ ![ npm version] ( https://img.shields.io/npm/v/@sentry-internal /replay-canvas .svg )] ( https://www.npmjs.com/package/@sentry-internal /replay-canvas )
10
+ [ ![ npm dm] ( https://img.shields.io/npm/dm/@sentry-internal /replay-canvas .svg )] ( https://www.npmjs.com/package/@sentry-internal /replay-canvas )
11
+ [ ![ npm dt] ( https://img.shields.io/npm/dt/@sentry-internal /replay-canvas .svg )] ( https://www.npmjs.com/package/@sentry-internal /replay-canvas )
12
12
13
13
## Pre-requisites
14
14
15
- ` @sentry/replay ` requires Node 12+, and browsers newer than IE11.
15
+ ` @sentry-internal /replay-canvas ` requires Node 12+, and browsers newer than IE11.
16
16
17
17
## Installation
18
18
You can’t perform that action at this time.
0 commit comments