Crashnote Appengine Agent

Reports exceptions from Java apps on Appengine to crashnote.com

License

License

Categories

Categories

CRaSH General Purpose Libraries Utility
GroupId

GroupId

com.crashnote
ArtifactId

ArtifactId

crashnote-appengine
Last Version

Last Version

0.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

Crashnote Appengine Agent
Reports exceptions from Java apps on Appengine to crashnote.com
Project URL

Project URL

http://www.crashnote.com
Project Organization

Project Organization

101 Loops
Source Code Management

Source Code Management

https://github.com/crashnote/crashnote-java

Download crashnote-appengine

How to add to project

<!-- https://jarcasting.com/artifacts/com.crashnote/crashnote-appengine/ -->
<dependency>
    <groupId>com.crashnote</groupId>
    <artifactId>crashnote-appengine</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crashnote/crashnote-appengine/
implementation 'com.crashnote:crashnote-appengine:0.6.0'
// https://jarcasting.com/artifacts/com.crashnote/crashnote-appengine/
implementation ("com.crashnote:crashnote-appengine:0.6.0")
'com.crashnote:crashnote-appengine:jar:0.6.0'
<dependency org="com.crashnote" name="crashnote-appengine" rev="0.6.0">
  <artifact name="crashnote-appengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crashnote', module='crashnote-appengine', version='0.6.0')
)
libraryDependencies += "com.crashnote" % "crashnote-appengine" % "0.6.0"
[com.crashnote/crashnote-appengine "0.6.0"]

Dependencies

provided (5)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.0
log4j : log4j jar 1.2.16
org.slf4j : slf4j-api jar 1.7.0
com.google.appengine : appengine-api-1.0-sdk jar 1.5.0
javax.servlet : servlet-api jar 2.5

Project Modules

There are no modules declared in this project.

Crashnote for Java Build Status

crashnote.com is an online service that tracks errors in applications.

This makes it easier to understand where problems are and helps you to fix bugs faster.

Supported Platforms

Quick Guide

  1. sign up
  2. embed agent
  3. deploy

A detailed guide can be found in the official documentation.

Features

  • fast: pure Java
  • secure: SSL for data transfer
  • stable: test coverage of >90%
  • simple: single JAR, no dependencies
  • modern: uses JSON format and GZIP compression
  • scalable: runs asynchronously in the background
  • flexible: supports all major logging APIs: JUL, Log4j and Logback
  • versatile: compatible with Java, Groovy, Scala, JRuby, Clojure, Kotlin etc.

License

This software is licensed under the Apache 2 license, quoted below.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

com.crashnote

Crashnote

Versions

Version
0.6.0
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.1
0.2
0.1.1
0.1
0.0.2
0.0.1