Skip to content

Commit b290681

Browse files
committed
fix: Comment
1 parent fb9a35b commit b290681

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

packages/integrations/src/transactionactivity.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ export class TransactionActivity implements Integration {
150150
(activeTransaction as any).transaction = name;
151151
}
152152

153+
/**
154+
* Finshes the current active transaction
155+
*/
153156
public static finishIdleTransaction(): void {
154157
const active = TransactionActivity._activeTransaction;
155158
if (active) {

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,11 +1092,6 @@
10921092
universal-user-agent "^2.0.0"
10931093
url-template "^2.0.8"
10941094

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-
11001095
"@sinonjs/commons@^1", "@sinonjs/commons@^1.4.0":
11011096
version "1.4.0"
11021097
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.4.0.tgz#7b3ec2d96af481d7a0321252e7b1c94724ec5a78"

0 commit comments

Comments
 (0)