Skip to content

Commit 70a7b80

Browse files
committed
fix linting
1 parent 0758191 commit 70a7b80

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

packages/serverless/src/awsservices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function wrapMakeRequest<TService extends AWSService, TResult>(
7171
req.on('afterBuild', () => {
7272
span = startInactiveSpan({
7373
name: describe(this, operation, params),
74-
onlyIfParent: true,
74+
onlyIfParent: true,
7575
op: 'http.client',
7676
attributes: {
7777
[SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN]: 'auto.http.serverless',

packages/serverless/src/google-cloud-http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function wrapRequestFunction(orig: RequestFunction): RequestFunction {
6464
const span = SETUP_CLIENTS.has(getClient() as Client)
6565
? startInactiveSpan({
6666
name: `${httpMethod} ${reqOpts.uri}`,
67-
onlyIfParent: true,
67+
onlyIfParent: true,
6868
op: `http.client.${identifyService(this.apiEndpoint)}`,
6969
attributes: {
7070
[SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN]: 'auto.http.serverless',

packages/tracing-internal/src/browser/request.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* eslint-disable max-lines */
22
import {
33
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
4-
getActiveSpan,
54
getClient,
65
getCurrentScope,
76
getDynamicSamplingContextFromClient,

packages/tracing-internal/src/common/fetch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {
22
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
3-
getActiveSpan,
43
getClient,
54
getCurrentScope,
65
getDynamicSamplingContextFromClient,

0 commit comments

Comments
 (0)