Module

Sentry.Raven.Core.Internal

Package
purescript-sentry-raven
Repository
adamczykm/purescript-sentry-raven

#Raven Source

data Raven :: Type -> Type -> Type

#withRavenImpl Source

withRavenImpl :: forall a cfg ctx. EffectFn4 String cfg Foreign (forall h. Raven h ctx -> Effect a) a

#withNewCtxImpl Source

withNewCtxImpl :: forall h a ctx' ctx. EffectFn3 (Raven h ctx) ctx' (forall h'. Raven h' ctx' -> Effect a) a

#captureMessageImpl Source

#captureExceptionImpl Source

#recordBreadcrumbImpl Source

#setContextImpl Source

setContextImpl :: forall ctx h. EffectFn2 (Raven h ctx) Foreign Unit

#getContextImpl Source

getContextImpl :: forall ctx h. EffectFn1 (Raven h ctx) Foreign