8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aggregate
1 parent 1ab3b04 commit b90dfd6Copy full SHA for b90dfd6
packages/tracing/src/integrations/mongo.ts
@@ -47,7 +47,8 @@ const OPERATIONS = [
47
const OPERATION_SIGNATURES: {
48
[op in Operation]?: string[];
49
} = {
50
- aggregate: ['pipeline'],
+ // aggregate intentionally not included because `pipeline` arguments are too complex to serialize well
51
+ // see https://github.com/getsentry/sentry-javascript/pull/3102
52
bulkWrite: ['operations'],
53
countDocuments: ['query'],
54
createIndex: ['fieldOrSpec'],
0 commit comments