packages start...
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
## debug
|
||||
|
||||
```ts
|
||||
interface DebugPackage {
|
||||
/**
|
||||
* dumps data to header and server log
|
||||
*
|
||||
* @param toDump data to dump
|
||||
*/
|
||||
dump(...toDump: any): void
|
||||
|
||||
/**
|
||||
* get Sentry trace id
|
||||
*/
|
||||
sentryTraceId(): string
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user