{"id":19491749,"url":"https://github.com/rudderlabs/rudder-integration-bugsnag-android","last_synced_at":"2025-02-25T19:46:03.586Z","repository":{"id":43656040,"uuid":"251556755","full_name":"rudderlabs/rudder-integration-bugsnag-android","owner":"rudderlabs","description":"RudderStack's Native SDK integration support for Bugsnag.","archived":false,"fork":false,"pushed_at":"2024-02-08T09:19:27.000Z","size":192,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-25T18:49:59.355Z","etag":null,"topics":["android","bugsnag","rudderstack"],"latest_commit_sha":null,"homepage":"https://www.rudderstack.com","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rudderlabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-03-31T09:25:46.000Z","updated_at":"2022-01-07T09:13:18.000Z","dependencies_parsed_at":"2024-01-22T16:09:42.141Z","dependency_job_id":null,"html_url":"https://github.com/rudderlabs/rudder-integration-bugsnag-android","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-bugsnag-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-bugsnag-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-bugsnag-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-bugsnag-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudderlabs","download_url":"https://codeload.github.com/rudderlabs/rudder-integration-bugsnag-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240738092,"owners_count":19849546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","bugsnag","rudderstack"],"created_at":"2024-11-10T21:18:01.642Z","updated_at":"2025-02-25T19:46:03.528Z","avatar_url":"https://github.com/rudderlabs.png","language":"Kotlin","readme":"# What is RudderStack?\n\n[RudderStack](https://rudderstack.com/) is a **customer data pipeline** tool for collecting, routing and processing data from your websites, apps, cloud tools, and data warehouse.\n\nMore information on RudderStack can be found [here](https://github.com/rudderlabs/rudder-server).\n\n## Integrating Bugsnag with RudderStack's Android SDK\n\n1. Add [Bugsnag](https://www.bugsnag.com) as a destination in the [Dashboard](https://app.rudderstack.com/) and define `apiKey`.\n\n2. Add these lines to your ```app/build.gradle```\n```\nrepositories {\n    maven { url \"https://dl.bintray.com/rudderstack/rudderstack\" }\n}\n```\n3. Add the dependency under ```dependencies```\n```\n// Rudder core sdk and bugsnag extension\nimplementation 'com.rudderstack.android.sdk:core:1.0.1'\nimplementation 'com.rudderstack.android.integration:bugsnag:0.1.0-beta.1'\n\n// bugsnag core sdk\nimplementation 'com.bugsnag:bugsnag-android:4.22.3'\n\n// gson\nimplementation 'com.google.code.gson:gson:2.8.6'\n```\n\n## Initialize ```RudderClient```\n\n```\nval rudderClient: RudderClient = RudderClient.getInstance(\n    this,\n    \u003cWRITE_KEY\u003e,\n    RudderConfig.Builder()\n        .withDataPlaneUrl(\u003cDATA_PLANE_URL\u003e)\n        .withFactory(BugSnagIntegrationFactory.FACTORY)\n        .build()\n)\n```\n\n## Send Events\n\nFollow the steps from the [RudderStack Android SDK](https://github.com/rudderlabs/rudder-sdk-android).\n\n## Contact Us\n\nIf you come across any issues while configuring or using this integration, please feel free to start a conversation on our [Slack](https://resources.rudderstack.com/join-rudderstack-slack) channel. We will be happy to help you.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudderlabs%2Frudder-integration-bugsnag-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudderlabs%2Frudder-integration-bugsnag-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudderlabs%2Frudder-integration-bugsnag-android/lists"}