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.
1 parent a16cefe commit 24b468eCopy full SHA for 24b468e
1 file changed
src/Options.php
@@ -935,6 +935,16 @@ public function setDefaultIntegrations(bool $enable): self
935
return $this;
936
}
937
938
+ /**
939
+ * Gets the max length for values in the event payload.
940
+ *
941
+ * @deprecated always returns 1024 now because the limit is no longer enforced
942
+ */
943
+ public function getMaxValueLength(): int
944
+ {
945
+ return 1024;
946
+ }
947
+
948
/**
949
* Sets the max length for specific values in the event payload.
950
*
0 commit comments