{"id":15141642,"url":"https://github.com/nativescript/acra-telerik-analytics","last_synced_at":"2026-01-31T14:31:44.579Z","repository":{"id":57172692,"uuid":"53331432","full_name":"NativeScript/acra-telerik-analytics","owner":"NativeScript","description":"Android library that captures exceptions with ACRA and sends them to Telerik Analytics.","archived":false,"fork":false,"pushed_at":"2016-06-13T06:20:30.000Z","size":350,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-02T11:21:52.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/NativeScript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-07T14:25:59.000Z","updated_at":"2016-04-07T12:08:31.000Z","dependencies_parsed_at":"2022-08-24T13:31:00.581Z","dependency_job_id":null,"html_url":"https://github.com/NativeScript/acra-telerik-analytics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Facra-telerik-analytics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Facra-telerik-analytics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Facra-telerik-analytics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Facra-telerik-analytics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NativeScript","download_url":"https://codeload.github.com/NativeScript/acra-telerik-analytics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247093348,"owners_count":20882390,"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":[],"created_at":"2024-09-26T09:01:16.882Z","updated_at":"2026-01-31T14:31:44.549Z","avatar_url":"https://github.com/NativeScript.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ACRA Telerik Analytics\nContains the source code of the `org.nativescript.ata` library used by the [nativescript-marketplace-demo](https://github.com/NativeScript/nativescript-marketplace-demo) app for Android.\n\n## Build\n```\ncd \"ACRA Telerik Analytics\"\n../gradlew packFramework\n```\n\nThis generates .tgz and .aar files in the dist folder.\n\n## Update\nIf you need to make changes to the source code:\n 1. Make the source code changes.\n 2. Increment the version in package.json\n 3. Go to the `\"ACRA Telerik Analytics\"` folder.\n 4. Build with `../gradlew packFramework`\n 5. Go back to the repository root folder and then go to the `dist` folder\n 3. `npm publish` the newly generated tgz file.\n\n## Install\n`npm install acra-telerik-analytics`\n\n## How to use from a NativeScript application for Android\n```\nvar application = require(\"application\");\n\napplication.on(application.launchEvent, function(args) {\n    if (application.android) {\n        var analyticsProductKey = \"The product key located in the auto-generated code-snippet when you create a new Analytics app for Android in Telerik Platform\";\n        org.nativescript.ata.AnalyticsReportSender.init(application.android.nativeApp, analyticsProductKey);\n    }\n});\n```\n## How to use from a native Android application\nAdd node_modules/acra-telerik-analytics/platforms/android/ACRA Telerik Analytics-release.aar as a dependency in your Android application project.\n```\npackage org.nativescript.ata.app;\n\nimport android.app.Application;\nimport android.util.Log;\n\nimport org.nativescript.ata.AnalyticsReportSender;\n\npublic class ATAApplication extends Application {\n    @Override\n    public void onCreate() {\n        String analyticsProductKey = \"The product key located in the auto-generated code-snippet when you create a new Analytics app for Android in Telerik Platform\";\n        AnalyticsReportSender.init(this, analyticsProductKey);\n        super.onCreate();\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Facra-telerik-analytics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnativescript%2Facra-telerik-analytics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Facra-telerik-analytics/lists"}