@exodus/sentry-client
Version: 0.0.0
Interfaces
EnvelopeHeader
FormatStackFramesParams
ItemHeader
RewriteFilenameParams
SentryConfig
SentryConstructorOptions
SentryError
SentryExceptionValue
SentryStackFrame
ToSentryErrorParams
EnvelopeHeader
FormatStackFramesParams
ItemHeader
RewriteFilenameParams
SentryConfig
SentryConstructorOptions
SentryError
SentryExceptionValue
SentryStackFrame
ToSentryErrorParams
Functions
Type Aliases
Variables
createSentryClient
variable
Type
const createSentryClient: (opts: SentryConstructorOptions) => SentrySignature
__type(opts: SentryConstructorOptions): Sentry
Parameters:
opts: SentryConstructorOptions
Returns:
SentrytoSentryError
variable
Type
const toSentryError: ({ unsafeError, config, unsafeContext, }: ToSentryErrorParams) => SentryError | undefinedSignature
__type({ unsafeError, config, unsafeContext, }: ToSentryErrorParams): SentryError | undefined
Parameters:
{ unsafeError, config, unsafeContext, }: ToSentryErrorParams
Returns:
SentryError | undefinedEnvelopeHeader
interface
Properties
event_id
string
FormatStackFramesParams
interface
ItemHeader
interface
Properties
type
string
RewriteFilenameParams
interface
SentryConfig
interface
Properties
appName
string
appVersion
string
buildId
string
dsnUrl
string
environment
jsEngine
os
string
osVersion
string
platform
string
projectId
string
publicKey
string
SentryConstructorOptions
interface
Properties
config
SentryError
interface
Properties
dist
string
environment
event_id
string
exception
any
level
"fatal" | "error" | "warning" | "info" | "debug"
platform
string
release
string
tags
any
timestamp
number
SentryExceptionValue
interface
Properties
mechanism?
any
stacktrace
any
type
string
value?
string
SentryStackFrame
interface
Properties
async?
boolean
colno?
number
filename?
string
function?
string
in_app?
boolean
lineno?
number
method?
string
ToSentryErrorParams
interface
Envelope
type
Environment
type
JsEngine
type
RelativePath
type
SubmitEnvelopeFunction
type
UnsafeContext
type
createSentryClient
function
Signature
createSentryClient(opts: SentryConstructorOptions): Sentry
Parameters:
opts: SentryConstructorOptions
Returns:
SentrytoSentryError
function
Signature
toSentryError(__namedParameters: ToSentryErrorParams): undefined | SentryError
Parameters:
__namedParameters: ToSentryErrorParams
Returns:
undefined | SentryErrorEnvelopeHeader
interface
Properties
event_id
string
FormatStackFramesParams
interface
ItemHeader
interface
Properties
type
string
RewriteFilenameParams
interface
SentryConfig
interface
Properties
appName
string
appVersion
string
buildId
string
dsnUrl
string
environment
jsEngine
os
string
osVersion
string
platform
string
projectId
string
publicKey
string
SentryConstructorOptions
interface
Properties
config
SentryError
interface
Properties
dist
string
environment
event_id
string
exception
any
level
"fatal" | "error" | "warning" | "info" | "debug"
platform
string
release
string
tags
any
timestamp
number
SentryExceptionValue
interface
Properties
mechanism?
any
stacktrace
any
type
string
value?
string
SentryStackFrame
interface
Properties
async?
boolean
colno?
number
filename?
string
function?
string
in_app?
boolean
lineno?
number
method?
string
ToSentryErrorParams
interface
Envelope
type
Environment
type
JsEngine
type
RelativePath
type
SubmitEnvelopeFunction
type
UnsafeContext
type
