Skip to content

Commit

Permalink
feat: typescript type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Storm committed Mar 17, 2021
1 parent 5a7c966 commit beec9f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ interface AgentConfigOptions {
frameworkVersion?: string;
globalLabels?: KeyValueConfig;
hostname?: string;
ignoreMessageQueues: Array<string>;
ignoreUrls?: Array<string | RegExp>;
ignoreUserAgents?: Array<string | RegExp>;
instrument?: boolean;
Expand Down

0 comments on commit beec9f5

Please sign in to comment.