Skip to content

Commit

Permalink
chore: Sentry for Java 1.7.26 (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored Aug 9, 2019
1 parent e8b935d commit 9efe078
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
56 changes: 28 additions & 28 deletions src/collections/_documentation/clients/java/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Sentry Java SDK comes with support for some frameworks and libraries so that

### Features

The Sentry Android SDK is built on top of the main Java SDK and supports all of the same features, [configuration options]({%- link _documentation/clients/java/config.md -%}), and more. Adding version `1.7.23` of the Android SDK to a sample application that doesn’t even use Proguard only increased the release `.apk` size by approximately 200KB.
The Sentry Android SDK is built on top of the main Java SDK and supports all of the same features, [configuration options]({%- link _documentation/clients/java/config.md -%}), and more. Adding version `1.7.26` of the Android SDK to a sample application that doesn’t even use Proguard only increased the release `.apk` size by approximately 200KB.

Events will be [buffered to disk]({%- link _documentation/clients/java/config.md -%}#buffering-events-to-disk) (in the application’s cache directory) by default. This allows events to be sent at a later time if the device does not have connectivity when an event is created. This can be disabled by [setting the option]({%- link _documentation/clients/java/config.md -%}#configuration) `buffer.enabled` to `false`.

Expand All @@ -23,14 +23,14 @@ The `AndroidEventBuilderHelper` is enabled by default, which will automatically
Using Gradle (Android Studio) in your `app/build.gradle` add:

```groovy
compile 'io.sentry:sentry-android:1.7.23'
compile 'io.sentry:sentry-android:1.7.26'
// this dependency is not required if you are already using your own
// slf4j implementation
compile 'org.slf4j:slf4j-nop:1.7.25'
```

For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-android%7C1.7.23%7Cjar).
For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-android%7C1.7.26%7Cjar).
<!-- TODO-ADD-VERIFICATION-EXAMPLE -->
<!-- ENDWIZARD -->

Expand Down Expand Up @@ -142,7 +142,7 @@ And declare a dependency in your toplevel `build.gradle`:
```groovy
buildscript {
dependencies {
classpath 'io.sentry:sentry-android-gradle-plugin:1.7.23'
classpath 'io.sentry:sentry-android-gradle-plugin:1.7.26'
}
}
```
Expand Down Expand Up @@ -272,23 +272,23 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-appengine</artifactId>
<version>1.7.23</version>
<version>1.7.26</version>
</dependency>
```

Using Gradle:

```groovy
compile 'io.sentry:sentry-appengine:1.7.23'
compile 'io.sentry:sentry-appengine:1.7.26'
```

Using SBT:

```scala
libraryDependencies += "io.sentry" % "sentry-appengine" % "1.7.23"
libraryDependencies += "io.sentry" % "sentry-appengine" % "1.7.26"
```

For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-appengine%7C1.7.23%7Cjar).
For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-appengine%7C1.7.26%7Cjar).

### Usage

Expand Down Expand Up @@ -331,23 +331,23 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>1.7.23</version>
<version>1.7.26</version>
</dependency>
```

Using Gradle:

```groovy
compile 'io.sentry:sentry:1.7.23'
compile 'io.sentry:sentry:1.7.26'
```

Using SBT:

```scala
libraryDependencies += "io.sentry" % "sentry" % "1.7.23"
libraryDependencies += "io.sentry" % "sentry" % "1.7.26"
```

For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry%7C1.7.23%7Cjar).
For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry%7C1.7.26%7Cjar).

### Usage

Expand Down Expand Up @@ -433,23 +433,23 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-log4j</artifactId>
<version>1.7.23</version>
<version>1.7.26</version>
</dependency>
```

Using Gradle:

```groovy
compile 'io.sentry:sentry-log4j:1.7.23'
compile 'io.sentry:sentry-log4j:1.7.26'
```

Using SBT:

```scala
libraryDependencies += "io.sentry" % "sentry-log4j" % "1.7.23"
libraryDependencies += "io.sentry" % "sentry-log4j" % "1.7.26"
```

For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j%7C1.7.23%7Cjar).
For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j%7C1.7.26%7Cjar).

### Usage

Expand Down Expand Up @@ -598,23 +598,23 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-log4j2</artifactId>
<version>1.7.23</version>
<version>1.7.26</version>
</dependency>
```

Using Gradle:

```groovy
compile 'io.sentry:sentry-log4j2:1.7.23'
compile 'io.sentry:sentry-log4j2:1.7.26'
```

Using SBT:

```scala
libraryDependencies += "io.sentry" % "sentry-log4j2" % "1.7.23"
libraryDependencies += "io.sentry" % "sentry-log4j2" % "1.7.26"
```

For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j2%7C1.7.23%7Cjar).
For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j2%7C1.7.26%7Cjar).

### Usage

Expand Down Expand Up @@ -740,23 +740,23 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-logback</artifactId>
<version>1.7.23</version>
<version>1.7.26</version>
</dependency>
```

Using Gradle:

```groovy
compile 'io.sentry:sentry-logback:1.7.23'
compile 'io.sentry:sentry-logback:1.7.26'
```

Using SBT:

```scala
libraryDependencies += "io.sentry" % "sentry-logback" % "1.7.23"
libraryDependencies += "io.sentry" % "sentry-logback" % "1.7.26"
```

For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-logback%7C1.7.23%7Cjar).
For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-logback%7C1.7.26%7Cjar).

### Usage

Expand Down Expand Up @@ -887,23 +887,23 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring</artifactId>
<version>1.7.23</version>
<version>1.7.26</version>
</dependency>
```

Using Gradle:

```groovy
compile 'io.sentry:sentry-spring:1.7.23'
compile 'io.sentry:sentry-spring:1.7.26'
```

Using SBT:

```scala
libraryDependencies += "io.sentry" % "sentry-spring" % "1.7.23"
libraryDependencies += "io.sentry" % "sentry-spring" % "1.7.26"
```

For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-spring%7C1.7.23%7Cjar).
For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-spring%7C1.7.26%7Cjar).

### Usage

Expand Down
8 changes: 4 additions & 4 deletions src/collections/_documentation/clients/java/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>1.7.23</version>
<version>1.7.26</version>
</dependency>
```

Using Gradle:

```groovy
compile 'io.sentry:sentry:1.7.23'
compile 'io.sentry:sentry:1.7.26'
```

Using SBT:

```scala
libraryDependencies += "io.sentry" % "sentry" % "1.7.23"
libraryDependencies += "io.sentry" % "sentry" % "1.7.26"
```

For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry%7C1.7.23%7Cjar).
For other dependency managers see the [central Maven repository](https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry%7C1.7.26%7Cjar).
<!-- ENDWIZARD -->

<!-- WIZARD capture-an-error -->
Expand Down

0 comments on commit 9efe078

Please sign in to comment.