File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ targets:
2828 - name : npm
2929 id : ' @sentry/opentelemetry'
3030 includeNames : /^sentry-opentelemetry-\d.*\.tgz$/
31+ # # 1.7 Feedback package (browser only)
32+ - name : npm
33+ id : ' @sentry-internal/feedback'
34+ includeNames : /^sentry-internal-feedback-\d.*\.tgz$/
3135
3236 # # 2. Browser & Node SDKs
3337 - name : npm
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ export type {
3333 ReplaySpanFrameEvent ,
3434} from '@sentry/replay' ;
3535
36+ export { Feedback } from '@sentry-internal/feedback' ;
37+
3638export {
3739 BrowserTracing ,
3840 defaultRequestInstrumentationOptions ,
Original file line number Diff line number Diff line change 4242 "build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
4343 "build:tarball" : " ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm" ,
4444 "circularDepCheck" : " madge --circular src/index.ts" ,
45- "clean" : " rimraf build sentry-replay -*.tgz" ,
45+ "clean" : " rimraf build sentry-feedback -*.tgz" ,
4646 "fix" : " eslint . --format stylish --fix" ,
4747 "lint" : " eslint . --format stylish" ,
4848 "test" : " jest" ,
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ export class Feedback implements Integration {
155155 }
156156
157157 /**
158- * Setup and initialize replay container
158+ * Setup and initialize feedback container
159159 */
160160 public setupOnce ( ) : void {
161161 if ( ! isBrowser ( ) ) {
You can’t perform that action at this time.
0 commit comments