{"id":21055548,"url":"https://github.com/atatus/atatus-spa","last_synced_at":"2025-07-02T09:34:34.091Z","repository":{"id":57186004,"uuid":"204448878","full_name":"atatus/atatus-spa","owner":"atatus","description":"Atatus Real User Monitoring(RUM) and Error tracking for Single Page Applications","archived":false,"fork":false,"pushed_at":"2024-11-19T06:14:45.000Z","size":225,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T21:43:23.418Z","etag":null,"topics":["agent","apm","error-monitoring","rum","spa"],"latest_commit_sha":null,"homepage":"https://www.atatus.com/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atatus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-26T10:06:55.000Z","updated_at":"2024-11-19T06:14:49.000Z","dependencies_parsed_at":"2024-06-12T16:10:18.258Z","dependency_job_id":"5e75b5b3-8741-4d96-ace4-d50cd7a1a9a7","html_url":"https://github.com/atatus/atatus-spa","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"bebe09f44f35c5c3803098495b8da8cd30c18429"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atatus%2Fatatus-spa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atatus%2Fatatus-spa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atatus%2Fatatus-spa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atatus%2Fatatus-spa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atatus","download_url":"https://codeload.github.com/atatus/atatus-spa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243500803,"owners_count":20300774,"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":["agent","apm","error-monitoring","rum","spa"],"created_at":"2024-11-19T16:46:09.517Z","updated_at":"2025-03-14T00:11:28.431Z","avatar_url":"https://github.com/atatus.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Atatus-SPA\n\n[Atatus](https://www.atatus.com) Real User Monitoring and error tracking agent for single page applications (SPA).\n\n[Signup for Atatus](https://www.atatus.com/signup).\n\n## Getting Started\n\n### Install\n\n**Using yarn**\n\n```\nyarn add atatus-spa\n```\n\n**Using npm**\n\n```\nnpm install atatus-spa --save\n```\n\n### Usage\n\nIn your web page:\n\n```html\n\u003cscript type=\"text/javascript\" src=\"/PATH_TO_ATATUS/atatus-spa.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  atatus.config('YOUR_API_KEY').install();\n\u003c/script\u003e\n```\n\nFor more advanced options, refer [our documentation](https://docs.atatus.com/docs/browser-monitoring/customize-agent.html).\n\n\n### CDN\n\nAtatus is also available from our content delivery network:\n\n```html\n\u003cscript type=\"text/javascript\" src=\"https://dmc1acwvwny3.cloudfront.net/atatus-spa.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  atatus.config('YOUR_API_KEY').install();\n\u003c/script\u003e\n```\n\n### CommonJS\n\nTo use Atatus with CommonJS imports:\n\n```javascript\nvar atatus = require('atatus-spa');\natatus.config('YOUR_API_KEY').install();\n```\n\n### ES2015 (ES6)\n\nTo use Atatus with ES2015 (ES6) imports:\n\n```javascript\nimport * as atatus from 'atatus-spa';\natatus.config('YOUR_API_KEY').install();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatatus%2Fatatus-spa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatatus%2Fatatus-spa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatatus%2Fatatus-spa/lists"}