Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/appearance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/appearance"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

You can always change colors of the [Report View](/sdk/android/v6/manual/) and [Feedback Activity](/sdk/android/v6/feedback/) UI.


Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/configuration"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

## Launching with options

Bugsee behavior is very customizable. If the default configuration does not satisfy your needs, you can launch the SDK with additional parameters passed as a dictionary.
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/crashes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/crashes"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

Bugsee automatically intercepts uncaught exceptions and sends crash reports on app restart.

## ProGuard/R8
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/custom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/custom"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

## User email

When you already have your users identified within your app, you might want to automatically attach their email to the bug report. Bugsee provides APIs for setting, getting, and clearing the email.
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_position: 14
slug: "/sdk/android/v6/faq"
---

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

**1. What is the minimum Android version supported by Bugsee Android SDK?**

Bugsee Android SDK supports Android 5.0 (API level 21) and up.
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/feedback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/feedback"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

Bugsee implements a built-in single-threaded messenger to allow your users to communicate with your support and developers.

## Feedback activity
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/gradle-plugin-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_position: 13
slug: "/sdk/android/v6/gradle-plugin-releases"
---

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

# Gradle Plugin Releases

## 4.x (SDK 7.x)
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/gradle-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_position: 12
slug: "/sdk/android/v6/gradle-plugin"
---

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

The Bugsee Gradle Plugin integrates into your Android build to provide:

- **Bytecode instrumentation** — automatic capture of Logcat calls, OkHttp traffic, HttpEngine traffic, Compose touch events, thread registration, operation dispatch for APM, and main-thread misuse detection.
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/installation"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

:::info[Agent-Assisted Setup]
Ask your AI coding assistant:

Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/lifecycle"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

Bugsee SDK silently works within your app and recording everything to assist you in debugging when something unexpected happens. Our SDK is designed as a black box, but there may be cases when you want to be notified about changes/events within Bugsee itself. Lifecycle events are designed exactly for that. Each time when internal state changes or some important event is raised, lifecycle event is dispatched to the user code.

## Implementing callback
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/logs"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

No special setup is required if you just need to retrieve standard logcat logs, Bugsee will extract the logs for the relevant period of time and upload it as part of the report. We provide an additional API to push logs directly into Bugsee without printing them into logcat.


Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/manual.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/manual"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

## Report view

In addition to detection of shake gesture or launching with notification bar item, report view can be trigger programmatically:
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/maven-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_position: 1
slug: "/sdk/android/v6/maven-installation"
---

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

> **Note:** this information is only for those, who use Maven to build their Android projects.

Add Bugsee dependency to your pom.xml
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/network"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

## HttpURLConnection, HttpsURLConnection

Bugsee automatically intercepts network requests made with the following clients and libraries, which use these clients as underlying HTTP stack. For other HTTP clients additional actions are required.
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/privacy/cleanup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/privacy/cleanup"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

Bugsee SDK does not continuously stream any personal data. The collected data and the reports built from it are stored locally on the device. In some specific cases, there might be a need to clean up the data stored on the disk.

## Data cleanup
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/privacy/logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/privacy/logs"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

Bugsee captures Logcat logs. The feature can be either completely disabled or logs can be sanitized during recording to strip any PII data.

## Disabling log collection
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/privacy/network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/privacy/network"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

## Disabling network traffic collection

Network traffic collection can be disabled completely using **MonitorNetwork** launch option. See [configuration](/sdk/android/v6/configuration/) for more info.
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/privacy/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_position: 0
slug: "/sdk/android/v6/privacy/overview"
---

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

Bugsee SDK does not continuously stream any personal data. The reports are stored locally on the phone in cyclical buffer. Reports are being sent only when triggered by a crash, through a bug reporting UI or from an applications code.
Data sent along with the reports may include video recording of screen, network and console logs. These may potentially contain personal data (usernames, passwords, emails, etc).

Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/privacy/report.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/privacy/report"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

You can use both pre and postprocessing for report fields. This is useful when you want to strip any sensitive data user may enter into it or when you want to apply some specific formatting.

The principle is simple, for every generated report, Bugsee will call the corresponding method from provided ```ReportFieldsFilter``` object.
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/privacy/video.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ slug: "/sdk/android/v6/privacy/video"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

## Disabling video

Video recording can be disabled completely using **VideoEnabled** launch option. See [configuration](/sdk/android/v6/configuration/) for more info.
Expand Down
4 changes: 4 additions & 0 deletions docs/sdk/android/v6/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_position: 13
slug: "/sdk/android/v6/release-notes"
---

:::caution[Previous version]
This page documents Bugsee Android SDK **6.x**, the previous major version. The current line is **7.x** — see [Migrating from 6.x to 7.x](/sdk/android/migration) to upgrade, or [Installation](/sdk/android/installation) to start a new integration.
:::

## 6.0.4 (June 22 2026)
- Fix: Screenshot-to-report was not triggered on some devices (specifically on Samsung, and possibly certain other manufacturers) running Android 14 and newer

Expand Down
4 changes: 4 additions & 0 deletions docs/tools/sourcemaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_position: 0
slug: "/tools/sourcemaps"
---

:::caution[Legacy tool]
`bugsee-sourcemaps` is the older source-map upload mechanism, kept for SDK versions that still depend on it. New integrations should use the [Bugsee CLI](/cli/sourcemaps/), whose debug-ID-based flow is the mechanism wired into current SDK build integrations.
:::

`bugsee-sourcemaps` is a CLI tool that generates and uploads source maps to Bugsee servers from JavaScript-based projects.

## Installation
Expand Down