Packages

c

plugins

Airbrake

class Airbrake extends XMLBodyWritables

https://github.com/nelsonblaha/play-airbrake

Linear Supertypes
XMLBodyWritables, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Airbrake
  2. XMLBodyWritables
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Airbrake(config: Config, environment: Environment, wsClient: StandaloneWSClient, ec: ExecutionContext)
    Annotations
    @Inject()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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
  5. val apiKey: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit val ec: ExecutionContext
  9. val enabled: Boolean
  10. val endpoint: String
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def formatHeaders(data: Option[Map[String, Seq[String]]]): Seq[Node] with AbstractSeq[Node] with Serializable
    Attributes
    protected
  15. 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
  16. def formatParams(data: Option[Map[String, Seq[String]]]): Seq[Node] with AbstractSeq[Node] with Serializable
    Attributes
    protected
  17. def formatSession(vars: Map[String, String]): Seq[Node] with AbstractSeq[Node] with Serializable
    Attributes
    protected
  18. def formatStacktrace(e: StackTraceElement): Elem
    Attributes
    protected
  19. def formatValuesMap(map: Map[String, Seq[String]]): Iterable[Elem]
    Attributes
    protected
  20. def formatVars(vars: Map[String, String]): Iterable[Elem]
    Attributes
    protected
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def js: String
  25. def liftThrowable(th: Throwable): PlayException
    Attributes
    protected
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def notify(description: String, th: Throwable, method: Option[String], uri: Option[String]): Unit

    Notify when not a Play-related error.

  28. 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);
    }
  29. 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)
    }
  30. final def notify(): Unit
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  32. val ssl: Boolean
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. implicit val writeableOf_Document: BodyWritable[Document]
    Definition Classes
    XMLBodyWritables
  39. implicit val writeableOf_NodeBuffer: BodyWritable[NodeBuffer]
    Definition Classes
    XMLBodyWritables
  40. implicit def writeableOf_NodeSeq[C <: NodeSeq]: BodyWritable[C]
    Definition Classes
    XMLBodyWritables

Inherited from XMLBodyWritables

Inherited from AnyRef

Inherited from Any

Ungrouped