UNPKG

1.02 kBSource Map (JSON)View Raw
1{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"","sourcesContent":["import { Options } from '@sentry/types';\n\n/**\n * Configuration options for the Sentry Node SDK.\n * @see NodeClient for more information.\n */\nexport interface NodeOptions extends Options {\n /** Sets an optional server name (device name) */\n serverName?: string;\n\n /** Maximum time in milliseconds to wait to drain the request queue, before the process is allowed to exit. */\n shutdownTimeout?: number;\n\n /** Set a HTTP proxy that should be used for outbound requests. */\n httpProxy?: string;\n\n /** Set a HTTPS proxy that should be used for outbound requests. */\n httpsProxy?: string;\n\n /** HTTPS proxy certificates path */\n caCerts?: string;\n\n /** Sets the number of context lines for each frame when loading a file. */\n frameContextLines?: number;\n\n /** Callback that is executed when a fatal global error occurs. */\n onFatalError?(error: Error): void;\n}\n"]}
\No newline at end of file