{"id":18485409,"url":"https://github.com/system76/nuxt-appsignal","last_synced_at":"2025-09-02T00:36:21.893Z","repository":{"id":38175396,"uuid":"241196222","full_name":"system76/nuxt-appsignal","owner":"system76","description":"Appsignal integration with Nuxt","archived":false,"fork":false,"pushed_at":"2022-12-10T18:33:29.000Z","size":585,"stargazers_count":5,"open_issues_count":12,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-26T01:04:00.805Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/system76.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-02-17T20:01:06.000Z","updated_at":"2024-01-15T22:47:21.000Z","dependencies_parsed_at":"2023-01-26T08:01:23.303Z","dependency_job_id":null,"html_url":"https://github.com/system76/nuxt-appsignal","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/system76%2Fnuxt-appsignal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/system76%2Fnuxt-appsignal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/system76%2Fnuxt-appsignal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/system76%2Fnuxt-appsignal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/system76","download_url":"https://codeload.github.com/system76/nuxt-appsignal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254031145,"owners_count":22002712,"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-11-06T12:45:08.442Z","updated_at":"2025-05-13T21:34:09.459Z","avatar_url":"https://github.com/system76.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e@system76/nuxt-appsignal\u003c/h1\u003e\n  \u003ch3\u003eAppsignal integration with Nuxt\u003c/h3\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@system76/nuxt-appsignal/\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@system76/nuxt-appsignal.svg\" alt=\"npm\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/system76/nuxt-appsignal/actions?query=workflow%3ACI\"\u003e\n    \u003cimg src=\"https://github.com/system76/nuxt-appsignal/workflows/CI/badge.svg\" alt=\"CI\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://renovatebot.com/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/renovate-enabled-brightgreen.svg\" alt=\"renovate\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://standardjs.com\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/code_style-standard-brightgreen.svg\" alt=\"standard\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n\u003e This package relies on upstream AppSignal packages like @appsignal/nodejs,\nwhich are still in alpha. Consider this package also an alpha.\n\nThis is a [Nuxt](https://nuxtjs.org/) module to integration\n[AppSignal](https://appsignal.com/r/2c0bd656dd) Application Monitoring.\n\n## Using\n\n1) Install the package:\n\n```sh\nnpm install --save @system76/nuxt-appsignal\n```\n\n2) Configure the package:\n\n```js\nmodule.exports = {\n  modules: [\n    ['@system76/nuxt-appsignal', {\n      name: 'demo-app',\n      revision: '1',\n      key: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',\n      frontendKey: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'\n    }]\n  ]\n}\n```\n\nYou can also specify the configuration top level like so:\n\n```js\nmodule.exports = {\n  modules: [\n    '@system76/nuxt-appsignal'\n  ],\n\n  appsignal: {\n    name: 'demo-app',\n    revision: '1',\n    key: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',\n    frontendKey: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'\n  }\n}\n```\n\n3) (Optional, but recommended) Configure source maps:\n\n```js\nmodule.exports = {\n  build: {\n    extend (config, ctx) {\n      config.devtool = 'source-map'\n    }\n  }\n}\n```\n\n4) Hack the planet:\n\n![Hack the planet!](https://media.giphy.com/media/FnGJfc18tDDHy/source.gif)\n\n## Development\n\nOutside contributions are always welcome. Please open up an issue or submit a\npull request if you have problems or need help.\n\n## Publishing\n\nPlease use the [Angular Commit Message Conventions][1] to automate [semver][2]\nbumping. This is all automated with [semantic-release][3] when something is\npushed to master.\n\n[1]: https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines\n[2]: https://semver.org/\n[3]: https://semantic-release.gitbook.io/semantic-release/#triggering-a-release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystem76%2Fnuxt-appsignal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystem76%2Fnuxt-appsignal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystem76%2Fnuxt-appsignal/lists"}