File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/browser/src/plugins/remote-loader Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -997,7 +997,7 @@ describe('Remote Loader', () => {
997997 )
998998
999999 expect ( metricSpy ) . toHaveBeenCalledWith ( expect . any ( Context ) , {
1000- integrationName : 'Flaky Plugin ' ,
1000+ integrationName : 'flaky plugin ' ,
10011001 methodName : 'load' ,
10021002 type : 'action' ,
10031003 didError : true ,
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ export async function remoteLoader(
310310 } catch ( error ) {
311311 console . warn ( 'Failed to load Remote Plugin' , error )
312312 recordIntegrationMetric ( Context . system ( ) , {
313- integrationName : remotePlugin . creationName ,
313+ integrationName : remotePlugin . name ,
314314 methodName : 'load' ,
315315 type : 'action' ,
316316 didError : true ,
You can’t perform that action at this time.
0 commit comments