Product update: Logs - #486
Open
grossyoan wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for bump-content-hub ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
paulRbr
reviewed
Sep 4, 2026
|
|
||
| MCP servers now keep a persistent history of every tool call: which tool was invoked, when, from where, whether it succeeded, and how long it took. Where debug sessions only cover a short live window, logs stick around. Use them to see how a server is actually used, and to investigate an issue after it happened. | ||
|
|
||
| You can also surface custom execution data by defining custom analytics in your workflow definition document. Runtime expressions let you pick the inputs, outputs or configuration values, and inspect them without opening a debug session. Authentication data is always excluded. |
Member
There was a problem hiding this comment.
Not sure if it's the right place in a product update but I'll tell the reader not to send PPI information.
I like how appsignal does it:
You can send virtually any data point to AppSignal in a tag, so long as it's not Private Personal Information (PPI). Private personal information includes things like names, emails, and telephone numbers.
Contributor
Author
paulRbr
approved these changes
Sep 4, 2026
paulRbr
left a comment
Member
There was a problem hiding this comment.
besides the warning about not sending PPI (or secret/private info) in custom anaytics, LGTM!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.