File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ export class Session {
85
85
'browser.mobile' : navigator . userAgentData ?. mobile ,
86
86
'browser.platform' : navigator . userAgentData ?. platform ,
87
87
'client.address' : '$remote_ip' , // updated at the API
88
+ 'rollbar.notifier.framework' : 'browser-js' ,
88
89
'user_agent.original' : navigator . userAgent ,
89
90
...attrs ,
90
91
} ) ;
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ describe('Session Replay E2E', function () {
176
176
expect ( span_r ) . to . have . property ( 'events' ) ;
177
177
expect ( span_r . events ) . to . be . an ( 'array' ) ;
178
178
expect ( span_r ) . to . have . property ( 'attributes' ) . that . is . an ( 'array' ) ;
179
- expect ( span_r . attributes ) . to . have . lengthOf ( 14 ) ;
179
+ expect ( span_r . attributes ) . to . have . lengthOf ( 15 ) ;
180
180
181
181
expect ( span_r . attributes ) . to . deep . include ( {
182
182
key : 'rollbar.replay.id' ,
You can’t perform that action at this time.
0 commit comments