Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
fix eslint max length error
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihaydilek committed Aug 7, 2019
1 parent bcbef89 commit d2ddf47
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Constants.ts
Expand Up @@ -81,8 +81,10 @@ export const envVariableKeys = {

THUNDRA_AWS_INSTRUMENT_ON_LOAD: 'thundra_agent_lambda_trace_integrations_aws_instrument_onLoad',

THUNDRA_AGENT_TRACE_INTEGRATION_HTTP_ERROR_ON_4XX: 'thundra_agent_trace_integrations_http_set_error_on_4xx_response_code_disable',
THUNDRA_AGENT_TRACE_INTEGRATION_HTTP_ERROR_ON_5XX: 'thundra_agent_trace_integrations_http_set_error_on_5xx_response_code_disable',
THUNDRA_AGENT_TRACE_INTEGRATION_HTTP_ERROR_ON_4XX:
'thundra_agent_trace_integrations_http_set_error_on_4xx_response_code_disable',
THUNDRA_AGENT_TRACE_INTEGRATION_HTTP_ERROR_ON_5XX:
'thundra_agent_trace_integrations_http_set_error_on_5xx_response_code_disable',
};

export function getTimeoutMargin(region: string) {
Expand Down

0 comments on commit d2ddf47

Please sign in to comment.