Skip to content

Commit

Permalink
feat(rum): add apiVersion config to types (#833)
Browse files Browse the repository at this point in the history
* add apiVersion config option to typescript

* limit apiVersion to 2 or 3

* fix: linting of apiVersion options
  • Loading branch information
marksmithson authored Jul 6, 2020
1 parent 66c322e commit 0679a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rum/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ declare class Span extends BaseSpan {
}

interface AgentConfigOptions {
apiVersion?: 2 | 3
serviceName?: string
serverUrl?: string
serviceVersion?: string
Expand Down

0 comments on commit 0679a71

Please sign in to comment.