@contrast/agent 4.24.1 → 4.24.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -72,6 +72,9 @@ module.exports = ({ common }) => {
|
|
|
72
72
|
// 'stats',
|
|
73
73
|
// 'parallelCollectionScan',
|
|
74
74
|
// 'group',
|
|
75
|
+
// 'insert',
|
|
76
|
+
// 'insertMany',
|
|
77
|
+
// 'insertOne',
|
|
75
78
|
|
|
76
79
|
// related to indexes; unsure what, if anything, needs to be done with these
|
|
77
80
|
// 'createIndex',
|
|
@@ -99,9 +102,6 @@ module.exports = ({ common }) => {
|
|
|
99
102
|
'findOneAndDelete',
|
|
100
103
|
'findOneAndReplace',
|
|
101
104
|
'findOneAndUpdate',
|
|
102
|
-
'insert',
|
|
103
|
-
'insertMany',
|
|
104
|
-
'insertOne',
|
|
105
105
|
'remove',
|
|
106
106
|
'removeOne',
|
|
107
107
|
'replaceOne',
|