You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@
11
11
12
12
This module logs unique GraphQl queries for development purposes.
13
13
14
+
> [!CAUTION]
15
+
> If your frontend development teams are unscrupulous this package will generate a PII issue for you. We append full query body data into the logs. This means that developers who fail to use variables in their queries and instead embed them directly in the query will cause your logs to be pull of various kinds of data that you don't want to log (potentially PII and credit card data). This uses the same interface as New Relic (which means New Relic and any other configured loggers) will ALSO get this data. You should only install this in development environments. You have been warned.
16
+
17
+
14
18
## Getting Started
15
19
16
20
This module is intended to be installed with [composer](https://getcomposer.org/). From the root of your Magento 2 project:
0 commit comments