Rocky_Mountain_Vending/.pnpm-store/v10/files/b6/c14844922e03b08c7708b3802f1833b86204e83a23d6bbe7722ed3e6f05cb0a68205e985c5035c940db330b4df6ceb34d8474df9c3f8775c0b4c1f07d18063
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

20 lines
782 B
Text

import { MongooseInstrumentation } from '@opentelemetry/instrumentation-mongoose';
export declare const instrumentMongoose: ((options?: unknown) => MongooseInstrumentation) & {
id: string;
};
/**
* Adds Sentry tracing instrumentation for the [mongoose](https://www.npmjs.com/package/mongoose) library.
*
* For more information, see the [`mongooseIntegration` documentation](https://docs.sentry.io/platforms/javascript/guides/node/configuration/integrations/mongoose/).
*
* @example
* ```javascript
* const Sentry = require('@sentry/node');
*
* Sentry.init({
* integrations: [Sentry.mongooseIntegration()],
* });
* ```
*/
export declare const mongooseIntegration: () => import("@sentry/core").Integration;
//# sourceMappingURL=mongoose.d.ts.map