class Airbrake extends XMLBodyWritables
https://github.com/nelsonblaha/play-airbrake
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Airbrake
- XMLBodyWritables
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Airbrake(config: Config, environment: Environment, wsClient: StandaloneWSClient, ec: ExecutionContext)
- Annotations
- @Inject()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
_notify(method: String, uri: String, data: Map[String, String], th: Throwable, headers: Option[Map[String, Seq[String]]], params: Option[Map[String, Seq[String]]]): Future[Unit]
- Attributes
- protected
- val apiKey: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- implicit val ec: ExecutionContext
- val enabled: Boolean
- val endpoint: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatHeaders(data: Option[Map[String, Seq[String]]]): Seq[Node] with AbstractSeq[Node] with Serializable
- Attributes
- protected
-
def
formatNotice(mode: String, apiKey: String, method: String, uri: String, data: Map[String, String], ex: UsefulException, headers: Option[Map[String, Seq[String]]], params: Option[Map[String, Seq[String]]]): Elem
- Attributes
- protected
-
def
formatParams(data: Option[Map[String, Seq[String]]]): Seq[Node] with AbstractSeq[Node] with Serializable
- Attributes
- protected
-
def
formatSession(vars: Map[String, String]): Seq[Node] with AbstractSeq[Node] with Serializable
- Attributes
- protected
-
def
formatStacktrace(e: StackTraceElement): Elem
- Attributes
- protected
-
def
formatValuesMap(map: Map[String, Seq[String]]): Iterable[Elem]
- Attributes
- protected
-
def
formatVars(vars: Map[String, String]): Iterable[Elem]
- Attributes
- protected
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def js: String
-
def
liftThrowable(th: Throwable): PlayException
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
notify(description: String, th: Throwable, method: Option[String], uri: Option[String]): Unit
Notify when not a Play-related error.
-
def
notify(request: RequestHeader, th: Throwable): Unit
Java API
Java API
// app/Global.java @Override public Result onError(RequestHeader request, Throwable t) { Airbrake.notify(request, t); return super.onError(request, t); }
-
def
notify(request: RequestHeader, th: Throwable): Unit
Scala API
Scala API
// app/Global.scala override def onError(request: RequestHeader, ex: Throwable) = { Airbrake.notify(request, ex) super.onError(request, ex) }
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val ssl: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
implicit
val
writeableOf_Document: BodyWritable[Document]
- Definition Classes
- XMLBodyWritables
-
implicit
val
writeableOf_NodeBuffer: BodyWritable[NodeBuffer]
- Definition Classes
- XMLBodyWritables
-
implicit
def
writeableOf_NodeSeq[C <: NodeSeq]: BodyWritable[C]
- Definition Classes
- XMLBodyWritables