Sentry.logger.fatal('Database connection pool exhausted', { database: 'users', activeConnections: 100, maxConnections: 100}); Copy
Sentry.logger.fatal('Database connection pool exhausted', { database: 'users', activeConnections: 100, maxConnections: 100});
Sentry.logger.fatal('Database %s: %s connections active', ['connection pool exhausted', '100/100'], { database: 'users' }); Copy
Sentry.logger.fatal('Database %s: %s connections active', ['connection pool exhausted', '100/100'], { database: 'users' });
Example
Example: With template strings