All Projects â†’ sbuggay â†’ sentry

sbuggay / sentry

Licence: MIT license
👁 A self hosted dashboard to monitor servers and services.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to sentry

zeit
A Fitbit clock face for learners of the German language
Stars: ✭ 41 (+115.79%)
Mutual labels:  jest
patent-free-react-ecosystem-migration-plan
Patent Free React Ecosystem Migration Plan
Stars: ✭ 15 (-21.05%)
Mutual labels:  jest
nodejs-vuejs-mysql-boilerplate
Node.js (REST API) + Vue.js/Nuxt.js (Frontend/Backend) + MySQL Boilerplate
Stars: ✭ 134 (+605.26%)
Mutual labels:  jest
qa-automation-base
There are basic projects for automation frameworks based on Kotlin/Java and TypeScript for the backend, frontend, and mobile.
Stars: ✭ 45 (+136.84%)
Mutual labels:  jest
graphql-workshop
🕞 GraphQL Node.js Workshop: Create an API Gateway
Stars: ✭ 20 (+5.26%)
Mutual labels:  jest
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+305.26%)
Mutual labels:  jest
Jest Image Snapshot
✹ Jest matcher for image comparisons. Most commonly used for visual regression testing.
Stars: ✭ 2,940 (+15373.68%)
Mutual labels:  jest
ts-detox-example
Example TypeScript + React-Native + Jest project that integrates Detox for writing end-to-end tests
Stars: ✭ 54 (+184.21%)
Mutual labels:  jest
react-jest-enzyme-example
A minimal configuration for testing React components with Jest and Enzyme.
Stars: ✭ 23 (+21.05%)
Mutual labels:  jest
ng-nest-cnode
Angular 10 Front-End and Nestjs 7 framework Back-End build Fullstack CNode
Stars: ✭ 17 (-10.53%)
Mutual labels:  jest
nodejs-graphql-template
Template project for Node.js® GraphQL APIs
Stars: ✭ 13 (-31.58%)
Mutual labels:  jest
zero
📊 A zero config scripts library
Stars: ✭ 17 (-10.53%)
Mutual labels:  jest
Coursera-Clone
Coursera clone
Stars: ✭ 48 (+152.63%)
Mutual labels:  jest
reactjs-vite-tailwindcss-boilerplate
ReactJS + Vite boilerplate to be used with Tailwindcss.
Stars: ✭ 103 (+442.11%)
Mutual labels:  jest
ts-nextjs-tailwind-starter
🔋 Next.js + Tailwind CSS + TypeScript starter packed with useful development features
Stars: ✭ 880 (+4531.58%)
Mutual labels:  jest
Nodebestpractices
✅ The Node.js best practices list (December 2021)
Stars: ✭ 72,734 (+382710.53%)
Mutual labels:  jest
xv
❌ ✔ zero-config test runner for simple projects
Stars: ✭ 588 (+2994.74%)
Mutual labels:  jest
ionic2-jest-example
Example of how to test an Ionic2 app with Jest
Stars: ✭ 43 (+126.32%)
Mutual labels:  jest
aws-nestjs-starter
Serverless, AWS, NestJS, GraphQL and DynamoDB starter
Stars: ✭ 200 (+952.63%)
Mutual labels:  jest
typescript-nuxtjs-boilerplate
🍱 Nuxt.js with TypeScript and Run with docker and docker-compose 🐶🊄🔥 visit: https://typescript-nuxtjs-boilerplate.netlify.com/example
Stars: ✭ 51 (+168.42%)
Mutual labels:  jest

👁 Sentry

demo1

package version
sentry-client-web npm version
sentry-server-data npm version
sentry-server-host npm version

Getting up and running

Installing sentry-server-host

sentry-server-host is used to serve up the sentry client and to persist monitor data.

npm i -g sentry-server-host

Installing sentry-server-data

sentry-server-data provides system and service data for the sentry client.

npm i -g sentry-server-data

It can be run with these options.

$ sentry-server-data -h

  Usage: sentry-server-data [options]

  Options:

    -h, --help             output usage information
    -c, --config <config>  Specified config
    -p, --port <port>      Specified port

For example:

$ sentry-server-data -p 8080
sentry-server-data is running on port 8080

Contributing

Clone the repository.

git clone https://github.com/sbuggay/sentry.git

Install lerna.

npm i -g lerna

Install dependencies.

npm run bootstrap

Running tests.

npm run test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].