diff --git a/ravenjs/ravenjs.d.ts b/ravenjs/ravenjs.d.ts index cc06a4dfc..629140d8b 100644 --- a/ravenjs/ravenjs.d.ts +++ b/ravenjs/ravenjs.d.ts @@ -159,7 +159,7 @@ interface RavenStatic { }): RavenStatic; /** Override the default HTTP data transport handler. */ - setTransport(transportFunction: (options: RavenTransportOptions) => void); + setTransport(transportFunction: (options: RavenTransportOptions) => void): RavenStatic; /** An event id is a globally unique id for the event that was just sent. This event id can be used to find the exact event from within Sentry. */ lastEventId(): string;