Skip to content

Commit

Permalink
Undo ide autoformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
theJC committed Oct 5, 2023
1 parent e7327be commit 34099bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway-js/src/utilities/opentelemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export type OpenTelemetryConfig = {
* Defaults to `false`, meaning that no exceptions will be reported in any spans.
*/
recordExceptions?: boolean | number;
};
}

export enum OpenTelemetrySpanNames {
REQUEST = 'gateway.request',
Expand Down Expand Up @@ -62,7 +62,7 @@ export interface SpanAttributes extends Attributes {

export function requestContextSpanAttributes(
requestContext: GatewayGraphQLRequestContext,
config: OpenTelemetryConfig | undefined,
config: OpenTelemetryConfig | undefined
): SpanAttributes {
const spanAttributes: SpanAttributes = {};

Expand Down

0 comments on commit 34099bd

Please sign in to comment.