Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WordPress] Avoid Setting User ID When Unauthenticated #2424

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

PROFeNoM
Copy link
Contributor

Description

Fixes #2423

See the issue for a comprehensive description of the issue.

If a user is not authenticated, usr.id should not be set

Currently, If a user is not authenticated, the user ID would be set to 0, hence conflicting with ASM.

Reviewer checklist

  • Test coverage seems ok.
  • Appropriate labels assigned.

@PROFeNoM PROFeNoM added 🐛 bug Something isn't working area:asm labels Dec 14, 2023
@PROFeNoM PROFeNoM requested a review from a team December 14, 2023 12:54
@PROFeNoM PROFeNoM self-assigned this Dec 14, 2023
@PROFeNoM PROFeNoM requested a review from a team as a code owner December 14, 2023 12:54

This comment has been minimized.

Copy link

Snapshots difference summary

The following differences have been observed in committed snapshots. It is meant to help the reviewer.
The diff is simplistic, so please check some files anyway while we improve it.

28 occurrences of :

- "span.kind": "server"
- "usr.id": "0"
+ "span.kind": "server"

@PROFeNoM PROFeNoM merged commit b58702a into master Dec 15, 2023
508 of 522 checks passed
@PROFeNoM PROFeNoM deleted the alex/fix/wp-usr-id branch December 15, 2023 15:16
@PROFeNoM PROFeNoM added this to the 0.96.0 milestone Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:asm 🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Wordpress integration records unauthenticated users as usr.id 0
2 participants