|
@@ -28,7 +28,6 @@ export enum BreadcrumbType {
|
|
|
SYSTEM = 'system',
|
|
|
SESSION = 'session',
|
|
|
TRANSACTION = 'transaction',
|
|
|
- CONSOLE = 'console',
|
|
|
INIT = 'init',
|
|
|
}
|
|
|
|
|
@@ -80,14 +79,6 @@ export type BreadcrumbTypeHTTP = {
|
|
|
};
|
|
|
} & BreadcrumbTypeBase;
|
|
|
|
|
|
-export type BreadcrumbTypeConsole = {
|
|
|
- data: {
|
|
|
- arguments: any[];
|
|
|
- logger: string;
|
|
|
- };
|
|
|
- type: BreadcrumbType.CONSOLE;
|
|
|
-} & BreadcrumbTypeBase;
|
|
|
-
|
|
|
export type BreadcrumbTypeDefault = {
|
|
|
type:
|
|
|
| BreadcrumbType.INFO
|