Adam McKerlie
Adam McKerlie
We use the key throughout our code to determine which flag to use. The normal process for creating a flag is to enter a description, go into the flag and...
Add information on turning on Server-side Sampling
Plugins should be able to request which messages they want to consume. Examples: - Message - Notice - User Join - User Leave
Before a 1.0 release all of the core functionality needs to have tests written for it
Before a 1.0 release we need documentation on the major aspects of the framework. - Quickstart guide - Documentation on core - Creating plugins
- Auto kick for spamming, excessive swearing, etc. - Help text - `seen` command (displays when a user was last online|active) - `queue` command (queue messages for when a user...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
### Problem Statement Prisma spans show the query type in the description instead of the SQL that was generated (`findMany`, `findUnique`, `update`, etc...) Other SDKs (Python, Ruby, PHP) for specific...