Skip to content

Commit 24afa22

Browse files
committed
.
1 parent 09586de commit 24afa22

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/tanstackstart-react/src/vite/sentryTanstackStart.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,9 @@ export interface SentryTanstackStartOptions extends BuildTimeOptionsBase {
4848
export function sentryTanstackStart(options: SentryTanstackStartOptions = {}): Plugin[] {
4949
const plugins: Plugin[] = [];
5050

51-
console.log('sentryTanstackStart options', options);
52-
53-
// middleware auto-instrumentation
51+
// Auto-instrument middleware
5452
const autoInstrumentMiddleware = options.autoInstrumentMiddleware !== false;
5553
if (autoInstrumentMiddleware) {
56-
console.log('autoInstrumentMiddleware', autoInstrumentMiddleware);
5754
plugins.push(makeAutoInstrumentMiddlewarePlugin({ enabled: true, debug: options.debug }));
5855
}
5956

0 commit comments

Comments
 (0)