Tushar Choudhari
Tushar Choudhari
I was trying to integrate barbajs with Next.js using @barba/core and @barba/router and I'm getting an error ``` ReferenceError: DOMParser is not defined ``` I'm not able to eliminate this...
This PR will rename `scripts/build-css-modules.js` to `scripts/build-stylesheets.js` and update the script to export `scss` files along with `css` files. ### Fix Fixes #18 ### Checklist: - [x] Give a generic...
I've been using `@radix-ui/colors` for a while now. Recently, working on a small project I noticed there isn't any scss/sass modules exported from the library. I understand that we can...
**apiKey, authDomain, databaseURL, projectId, storageBucket, messagingSenderId, appId** are visible [here](https://github.com/gdg-x/aura/blob/master/src/config/firebase.js). Kindly fix this issue as it seems to be a **High Security Risk**. This information should be kept confidential. **Solution:**...
**Describe the bug** After instrumenting the `express` app. In some cases OpenAPM is not masking the paths using `openapm.instrument('express')` signature. The paths in the screenshot should be prefixed with `/org/:orgId/`...
### Description Add a OTel metrics support so that the OpenAPM emits metrics in OTLP format and directly pushes it to a OTLP compatible endpoint like `vmagent` or `Otel collector`....
Add an instrumentation support for [Sequelize ORM](https://sequelize.org/). ### Signature ```js openapm.instrument('sequelize'); ``` ### Metric to be emitted: Unknown
### Description Add an ability to emit `caller` label so that the OpenAPM user is able to monitor the calls/communication between the micro-services.