# Functions
LabelerFromContext retrieves the Labeler from the provided context, if present.
NewClient initializes new Client defined by OAS.
NewOptBool returns new OptBool with value set to v.
NewOptBreadcrumbData returns new OptBreadcrumbData with value set to v.
NewOptDebugImage returns new OptDebugImage with value set to v.
NewOptDebugMeta returns new OptDebugMeta with value set to v.
NewOptDebugMetaSdkInfo returns new OptDebugMetaSdkInfo with value set to v.
NewOptErrno returns new OptErrno with value set to v.
NewOptEventContexts returns new OptEventContexts with value set to v.
NewOptEventExtra returns new OptEventExtra with value set to v.
NewOptEventModules returns new OptEventModules with value set to v.
NewOptEventTags returns new OptEventTags with value set to v.
NewOptFrameVars returns new OptFrameVars with value set to v.
NewOptInt returns new OptInt with value set to v.
NewOptLevel returns new OptLevel with value set to v.
NewOptMachException returns new OptMachException with value set to v.
NewOptMechanism returns new OptMechanism with value set to v.
NewOptMechanismData returns new OptMechanismData with value set to v.
NewOptMechanismMeta returns new OptMechanismMeta with value set to v.
NewOptNSError returns new OptNSError with value set to v.
NewOptRequest returns new OptRequest with value set to v.
NewOptRequestEnv returns new OptRequestEnv with value set to v.
NewOptRequestHeaders returns new OptRequestHeaders with value set to v.
NewOptSdkInfo returns new OptSdkInfo with value set to v.
NewOptSignal returns new OptSignal with value set to v.
NewOptSpanData returns new OptSpanData with value set to v.
NewOptSpanID returns new OptSpanID with value set to v.
NewOptSpanTags returns new OptSpanTags with value set to v.
NewOptStacktrace returns new OptStacktrace with value set to v.
NewOptStacktraceRegisters returns new OptStacktraceRegisters with value set to v.
NewOptString returns new OptString with value set to v.
NewOptThreadHeldLocks returns new OptThreadHeldLocks with value set to v.
NewOptTimestamp returns new OptTimestamp with value set to v.
NewOptTransactionInfo returns new OptTransactionInfo with value set to v.
NewOptUser returns new OptUser with value set to v.
NewServer creates new Server.
WithClient specifies http client to use.
WithErrorHandler specifies error handler to use.
WithMaxMultipartMemory specifies limit of memory for storing file parts.
WithMeterProvider specifies a meter provider to use for creating a meter.
WithMethodNotAllowed specifies Method Not Allowed handler to use.
WithMiddleware specifies middlewares to use.
WithNotFound specifies Not Found handler to use.
WithPathPrefix specifies server path prefix.
WithServerURL sets context key to override server URL.
WithTracerProvider specifies a tracer provider to use for creating a tracer.
# Structs
Breadcrumb specifies an application event that occurred before a Sentry event.
Client implements OAS client.
See [this](https://develop.sentry.dev/sdk/event-payloads/debugmeta#debug-images).
See [this](https://develop.sentry.dev/sdk/event-payloads/debugmeta).
Ref: #/components/schemas/DebugMetaSdkInfo.
EnvelopeOK is response for Envelope operation.
No description provided by the author
EnvelopeReqWithContentType wraps EnvelopeReq with Content-Type.
See [this](https://develop.sentry.dev/sdk/event-payloads/exception/#errno).
ErrorStatusCode wraps Error with StatusCode.
Event is the fundamental data structure that is sent to Sentry.
Exception specifies an error that occurred.
Frame represents a function call and it's metadata.
Labeler is used to allow adding custom attributes to the server request metrics.
See [this](https://develop.sentry.dev/sdk/event-payloads/exception/#mach_exception).
See [this](https://develop.sentry.dev/sdk/event-payloads/exception/#exception-mechanism).
No description provided by the author
See [this](https://develop.sentry.dev/sdk/event-payloads/exception/#ns_error).
OptBool is optional bool.
OptBreadcrumbData is optional BreadcrumbData.
OptDebugImage is optional DebugImage.
OptDebugMeta is optional DebugMeta.
OptDebugMetaSdkInfo is optional DebugMetaSdkInfo.
OptErrno is optional Errno.
OptEventContexts is optional EventContexts.
OptEventExtra is optional EventExtra.
OptEventModules is optional EventModules.
OptEventTags is optional EventTags.
OptFrameVars is optional FrameVars.
OptInt is optional int.
OptLevel is optional Level.
OptMachException is optional MachException.
OptMechanism is optional Mechanism.
OptMechanismData is optional MechanismData.
OptMechanismMeta is optional MechanismMeta.
OptNSError is optional NSError.
OptRequest is optional Request.
OptRequestEnv is optional RequestEnv.
OptRequestHeaders is optional RequestHeaders.
OptSdkInfo is optional SdkInfo.
OptSignal is optional Signal.
OptSpanData is optional SpanData.
OptSpanID is optional SpanID.
OptSpanTags is optional SpanTags.
OptStacktrace is optional Stacktrace.
OptStacktraceRegisters is optional StacktraceRegisters.
OptString is optional string.
OptThreadHeldLocks is optional ThreadHeldLocks.
OptTimestamp is optional Timestamp.
OptTransactionInfo is optional TransactionInfo.
OptUser is optional User.
Request contains information on a HTTP request related to the event.
Route is route object.
SdkInfo contains all metadata about about the SDK being used.
SdkPackage describes a package that was installed.
SentryURLServer is a server URL template.
Server implements http server based on OpenAPI v3 specification and calls Handler to handle requests.
See [this](https://develop.sentry.dev/sdk/event-payloads/exception/#signal).
See [this](https://develop.sentry.dev/sdk/event-payloads/span).
Ref: #/components/schemas/Stacktrace.
Thread specifies threads that were running at the time of an event.
Ref: #/components/schemas/TransactionInfo.
UnimplementedHandler is no-op Handler which returns http.ErrNotImplemented.
User describes the user associated with an Event.
# Interfaces
ClientOption is client config option.
Handler handles operations described by OpenAPI v3 specification.
Invoker invokes operations described by OpenAPI v3 specification.
Option is config option.
ServerOption is server config option.
# Type aliases
No description provided by the author
See [this](https://develop.sentry.dev/sdk/event-payloads/contexts/).
No description provided by the author
ErrorHandler is error handler.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Middleware is middleware type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author