Skip to content

Commit e3d90c0

Browse files
committed
fixes
1 parent 56fc6ff commit e3d90c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/node/src/integrations/tracing/prisma.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export const instrumentPrisma = generateInstrumentOnce<PrismaOptions>(INTEGRATIO
195195
* }
196196
* ```
197197
*/
198-
export const prismaIntegration = defineIntegration((_options: PrismaOptions) => {
198+
export const prismaIntegration = defineIntegration((_options?: PrismaOptions) => {
199199
return {
200200
name: INTEGRATION_NAME,
201201
setupOnce() {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14531,7 +14531,7 @@ [email protected]:
1453114531
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07"
1453214532
integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==
1453314533

14534-
dotenv@^16.3.1, dotenv@^16.4.5, dotenv@^16.5.0, dotenv@^16.6.1:
14534+
dotenv@^16.3.1, dotenv@^16.4.5, dotenv@^16.6.1:
1453514535
version "16.6.1"
1453614536
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020"
1453714537
integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==
@@ -16605,7 +16605,7 @@ [email protected]:
1660516605
type-is "^2.0.1"
1660616606
vary "^1.1.2"
1660716607

16608-
exsolve@^1.0.4, exsolve@^1.0.5, exsolve@^1.0.7:
16608+
exsolve@^1.0.4, exsolve@^1.0.7:
1660916609
version "1.0.7"
1661016610
resolved "https://registry.yarnpkg.com/exsolve/-/exsolve-1.0.7.tgz#3b74e4c7ca5c5f9a19c3626ca857309fa99f9e9e"
1661116611
integrity sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==

0 commit comments

Comments
 (0)