We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb0362 commit 76d03e9Copy full SHA for 76d03e9
src/tracing/nstracing.ts
@@ -362,8 +362,7 @@ export class NativescriptTracing implements Integration {
362
363
idleTransaction.registerBeforeFinishCallback((transaction) => {
364
if (this.options.enableAppStartTracking && this._awaitingAppStartData) {
365
- transaction.startTimestamp =
366
- this._awaitingAppStartData.appStartTime / 1000;
+ transaction.startTimestamp = this._awaitingAppStartData.appStartTime / 1000;
367
transaction.op = 'ui.load';
368
369
this._addAppStartData(transaction, this._awaitingAppStartData);
0 commit comments