Skip to content

Commit

Permalink
Bump docs to 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner committed Feb 12, 2018
1 parent c6c3e22 commit 2152883
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions docs/modules/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Features

The Sentry Android SDK is built on top of the main Java SDK and supports all of the same
features, `configuration options <https://docs.sentry.io/clients/java/config/>`_, and more.
Adding version ``1.6.7`` of the Android SDK to a sample application that doesn't even use
Adding version ``1.6.8`` 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 <https://docs.sentry.io/clients/java/config/#buffering-events-to-disk>`_
Expand All @@ -29,9 +29,9 @@ Using Gradle (Android Studio) in your ``app/build.gradle`` add:

.. sourcecode:: groovy

compile 'io.sentry:sentry-android:1.6.7'
compile 'io.sentry:sentry-android:1.6.8'

For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-android%7C1.6.7%7Cjar>`_.
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-android%7C1.6.8%7Cjar>`_.

Initialization
--------------
Expand Down Expand Up @@ -146,7 +146,7 @@ And declare a dependency in your toplevel ``build.gradle``:

buildscript {
dependencies {
classpath 'io.sentry:sentry-android-gradle-plugin:1.6.7'
classpath 'io.sentry:sentry-android-gradle-plugin:1.6.8'
}
}

Expand Down
8 changes: 4 additions & 4 deletions docs/modules/appengine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-appengine</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>

Using Gradle:

.. sourcecode:: groovy

compile 'io.sentry:sentry-appengine:1.6.7'
compile 'io.sentry:sentry-appengine:1.6.8'

Using SBT:

.. sourcecode:: scala

libraryDependencies += "io.sentry" % "sentry-appengine" % "1.6.7"
libraryDependencies += "io.sentry" % "sentry-appengine" % "1.6.8"

For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-appengine%7C1.6.7%7Cjar>`_.
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-appengine%7C1.6.8%7Cjar>`_.

Usage
-----
Expand Down
8 changes: 4 additions & 4 deletions docs/modules/jul.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>

Using Gradle:

.. sourcecode:: groovy

compile 'io.sentry:sentry:1.6.7'
compile 'io.sentry:sentry:1.6.8'

Using SBT:

.. sourcecode:: scala

libraryDependencies += "io.sentry" % "sentry" % "1.6.7"
libraryDependencies += "io.sentry" % "sentry" % "1.6.8"

For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry%7C1.6.7%7Cjar>`_.
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry%7C1.6.8%7Cjar>`_.

Usage
-----
Expand Down
8 changes: 4 additions & 4 deletions docs/modules/log4j.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-log4j</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>

Using Gradle:

.. sourcecode:: groovy

compile 'io.sentry:sentry-log4j:1.6.7'
compile 'io.sentry:sentry-log4j:1.6.8'

Using SBT:

.. sourcecode:: scala

libraryDependencies += "io.sentry" % "sentry-log4j" % "1.6.7"
libraryDependencies += "io.sentry" % "sentry-log4j" % "1.6.8"

For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j%7C1.6.7%7Cjar>`_.
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j%7C1.6.8%7Cjar>`_.

Usage
-----
Expand Down
8 changes: 4 additions & 4 deletions docs/modules/log4j2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-log4j2</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>

Using Gradle:

.. sourcecode:: groovy

compile 'io.sentry:sentry-log4j2:1.6.7'
compile 'io.sentry:sentry-log4j2:1.6.8'

Using SBT:

.. sourcecode:: scala

libraryDependencies += "io.sentry" % "sentry-log4j2" % "1.6.7"
libraryDependencies += "io.sentry" % "sentry-log4j2" % "1.6.8"

For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j2%7C1.6.7%7Cjar>`_.
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j2%7C1.6.8%7Cjar>`_.

Usage
-----
Expand Down
8 changes: 4 additions & 4 deletions docs/modules/logback.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-logback</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>

Using Gradle:

.. sourcecode:: groovy

compile 'io.sentry:sentry-logback:1.6.7'
compile 'io.sentry:sentry-logback:1.6.8'

Using SBT:

.. sourcecode:: scala

libraryDependencies += "io.sentry" % "sentry-logback" % "1.6.7"
libraryDependencies += "io.sentry" % "sentry-logback" % "1.6.8"

For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-logback%7C1.6.7%7Cjar>`_.
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-logback%7C1.6.8%7Cjar>`_.

Usage
-----
Expand Down
8 changes: 4 additions & 4 deletions docs/modules/spring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>

Using Gradle:

.. sourcecode:: groovy

compile 'io.sentry:sentry-spring:1.6.7'
compile 'io.sentry:sentry-spring:1.6.8'

Using SBT:

.. sourcecode:: scala

libraryDependencies += "io.sentry" % "sentry-spring" % "1.6.7"
libraryDependencies += "io.sentry" % "sentry-spring" % "1.6.8"

For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-spring%7C1.6.7%7Cjar>`_.
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-spring%7C1.6.8%7Cjar>`_.

Usage
-----
Expand Down
8 changes: 4 additions & 4 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ Using Maven:
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>

Using Gradle:

.. sourcecode:: groovy

compile 'io.sentry:sentry:1.6.7'
compile 'io.sentry:sentry:1.6.8'

Using SBT:

.. sourcecode:: scala

libraryDependencies += "io.sentry" % "sentry" % "1.6.7"
libraryDependencies += "io.sentry" % "sentry" % "1.6.8"

For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry%7C1.6.7%7Cjar>`_.
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry%7C1.6.8%7Cjar>`_.

Capture an Error
----------------
Expand Down

0 comments on commit 2152883

Please sign in to comment.