patrol-0.0.2: Sentry SDK
Safe HaskellNone
LanguageHaskell2010

Patrol

Description

Synopsis

Documentation

data Dsn Source #

Instances

Instances details
Eq Dsn Source # 
Instance details

Defined in Patrol.Type.Dsn

Methods

(==) :: Dsn -> Dsn -> Bool #

(/=) :: Dsn -> Dsn -> Bool #

Show Dsn Source # 
Instance details

Defined in Patrol.Type.Dsn

Methods

showsPrec :: Int -> Dsn -> ShowS #

show :: Dsn -> String #

showList :: [Dsn] -> ShowS #

data Event Source #

Instances

Instances details
Eq Event Source # 
Instance details

Defined in Patrol.Type.Event

Methods

(==) :: Event -> Event -> Bool #

(/=) :: Event -> Event -> Bool #

Show Event Source # 
Instance details

Defined in Patrol.Type.Event

Methods

showsPrec :: Int -> Event -> ShowS #

show :: Event -> String #

showList :: [Event] -> ShowS #

ToJSON Event Source # 
Instance details

Defined in Patrol.Type.Event

data Frame Source #

Instances

Instances details
Eq Frame Source # 
Instance details

Defined in Patrol.Type.Frame

Methods

(==) :: Frame -> Frame -> Bool #

(/=) :: Frame -> Frame -> Bool #

Show Frame Source # 
Instance details

Defined in Patrol.Type.Frame

Methods

showsPrec :: Int -> Frame -> ShowS #

show :: Frame -> String #

showList :: [Frame] -> ShowS #

ToJSON Frame Source # 
Instance details

Defined in Patrol.Type.Frame

data Level Source #

Instances

Instances details
Eq Level Source # 
Instance details

Defined in Patrol.Type.Level

Methods

(==) :: Level -> Level -> Bool #

(/=) :: Level -> Level -> Bool #

Show Level Source # 
Instance details

Defined in Patrol.Type.Level

Methods

showsPrec :: Int -> Level -> ShowS #

show :: Level -> String #

showList :: [Level] -> ShowS #

ToJSON Level Source # 
Instance details

Defined in Patrol.Type.Level

data Request Source #

Instances

Instances details
Eq Request Source # 
Instance details

Defined in Patrol.Type.Request

Methods

(==) :: Request -> Request -> Bool #

(/=) :: Request -> Request -> Bool #

Show Request Source # 
Instance details

Defined in Patrol.Type.Request

ToJSON Request Source # 
Instance details

Defined in Patrol.Type.Request

data User Source #

Instances

Instances details
Eq User Source # 
Instance details

Defined in Patrol.Type.User

Methods

(==) :: User -> User -> Bool #

(/=) :: User -> User -> Bool #

Show User Source # 
Instance details

Defined in Patrol.Type.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

ToJSON User Source # 
Instance details

Defined in Patrol.Type.User