Skip to content

Conversation

tombokombo
Copy link
Contributor

Hi,
in dynamic fields there could be identifier like log.ctxt.request.Symfony\Component\HttpFoundation\Request (real world example from php logs).
Search query will be toString(log.ctxt.request.Symfony\Component\HttpFoundation\Request)= and backend will return 400 Bad request complaining about syntax error.
Escaping identifiers with ?? which is shorthand to SqlString.escapeId() solves that problem.

I've removed value length conditions as well. They are no more needed as was mentioned in my previous PR #1064

Copy link

changeset-bot bot commented Aug 31, 2025

🦋 Changeset detected

Latest commit: 5133faa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@hyperdx/app Patch
@hyperdx/api Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Aug 31, 2025

@tombokombo is attempting to deploy a commit to the HyperDX Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant