File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
packages/integrations/src Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,9 @@ export class TransactionActivity implements Integration {
150
150
( activeTransaction as any ) . transaction = name ;
151
151
}
152
152
153
+ /**
154
+ * Finshes the current active transaction
155
+ */
153
156
public static finishIdleTransaction ( ) : void {
154
157
const active = TransactionActivity . _activeTransaction ;
155
158
if ( active ) {
Original file line number Diff line number Diff line change 1092
1092
universal-user-agent "^2.0.0"
1093
1093
url-template "^2.0.8"
1094
1094
1095
- " @sentry/types@5.8.0-beta.1 " :
1096
- version "5.8.0-beta.1"
1097
- resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.8.0-beta.1.tgz#dc71504ee9e3287bdb4c9ccf2e8d2571147a8713"
1098
- integrity sha512-r7xNKs7ky/E7dF50ZUYJtb43rA/uzAevVZOUxgsSRcxT9p/UV9dwWqwMJECIeGo+jIQmmdG0uu5mvwwdRWnv4w==
1099
-
1100
1095
" @sinonjs/commons@^1" , "@sinonjs/commons@^1.4.0":
1101
1096
version "1.4.0"
1102
1097
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.4.0.tgz#7b3ec2d96af481d7a0321252e7b1c94724ec5a78"
You can’t perform that action at this time.
0 commit comments