-
Is there a convenient way to dump a push notification rather than actually send it with sendNotification ? E.g. I want to see "expiration-time: 0" in the output instead of indicating I set invalidationTime of null. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jchambers
Sep 1, 2022
Replies: 1 comment 1 reply
-
The easiest thing to do here would probably be to turn on HTTP/2 frame logging. If you coupled that with a mock server, I think you'd get what you're looking for. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jchambers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The easiest thing to do here would probably be to turn on HTTP/2 frame logging. If you coupled that with a mock server, I think you'd get what you're looking for.