Rocky_Mountain_Vending/.pnpm-store/v10/files/31/fe6dc113463a63e5707ce7699e7ec6fa2e5ab84d4ae04329db5972c936f3f5ddcff70fde70e9e8aca077550c7d66983b109c3bb1044a10bae22a077fe34e5d
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
No EOL
783 B
Text

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