Skip to content

Commit 8ffec02

Browse files
authored
add missing property targetUrl to InitialConfiguration in stackdriver-errors.d.ts (#99)
1 parent 92e9f45 commit 8ffec02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stackdriver-errors.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ declare module 'stackdriver-errors-js' {
6767
* Initial configuration
6868
*/
6969
interface InitialConfiguration {
70+
/**
71+
* Overwrite endpoint that errors are reported to.
72+
*/
73+
targetUrl?: string;
74+
7075
/**
7176
* The context in which the error occurred
7277
*/

0 commit comments

Comments
 (0)