Skip to content

Allow for extra arguments to idv_doc_auth_verify_polling_wait_visited event#11153

Merged
jmhooper merged 1 commit intomainfrom
jmhooper-add-args-to-wait-polling
Aug 27, 2024
Merged

Allow for extra arguments to idv_doc_auth_verify_polling_wait_visited event#11153
jmhooper merged 1 commit intomainfrom
jmhooper-add-args-to-wait-polling

Conversation

@jmhooper
Copy link
Contributor

The idv_doc_auth_verify_polling_wait_visited gets logged when a polling event occurs on the verify info step. This event does not have any extra attributes that it needs to log. As a result we left off the extra arguments when adding it.

Leaving off the extra arguments led to an issue with the AnalyticsEventsEnhancer. This adds attributes to the events that are prefixed with idv_ when they are called. A result of this was a ArgumentError for this event since it did not have the extra arguments for these attributes.

…d` event

The `idv_doc_auth_verify_polling_wait_visited` gets logged when a polling event occurs on the verify info step. This event does not have any extra attributes that it needs to log. As a result we left off the extra arguments when adding it.

Leaving off the extra arguments led to an issue with the `AnalyticsEventsEnhancer`. This adds attributes to the events that are prefixed with `idv_` when they are called. A result of this was a `ArgumentError` for this event since it did not have the extra arguments for these attributes.

[skip changelog]
@jmhooper jmhooper requested a review from zachmargolis August 27, 2024 18:09
@jmhooper jmhooper merged commit 1a539fa into main Aug 27, 2024
@jmhooper jmhooper deleted the jmhooper-add-args-to-wait-polling branch August 27, 2024 18:25
jmhooper added a commit that referenced this pull request Aug 27, 2024
…d` event (#11153)

The `idv_doc_auth_verify_polling_wait_visited` gets logged when a polling event occurs on the verify info step. This event does not have any extra attributes that it needs to log. As a result we left off the extra arguments when adding it.

Leaving off the extra arguments led to an issue with the `AnalyticsEventsEnhancer`. This adds attributes to the events that are prefixed with `idv_` when they are called. A result of this was a `ArgumentError` for this event since it did not have the extra arguments for these attributes.

[skip changelog]
jmhooper added a commit that referenced this pull request Aug 27, 2024
* Revert "Merge pull request #11152 from 18F/stages/rc-2024-08-27-revert"

This reverts commit 90d418c, reversing
changes made to a951867.

* Allow for extra arguments to `idv_doc_auth_verify_polling_wait_visited` event (#11153)

The `idv_doc_auth_verify_polling_wait_visited` gets logged when a polling event occurs on the verify info step. This event does not have any extra attributes that it needs to log. As a result we left off the extra arguments when adding it.

Leaving off the extra arguments led to an issue with the `AnalyticsEventsEnhancer`. This adds attributes to the events that are prefixed with `idv_` when they are called. A result of this was a `ArgumentError` for this event since it did not have the extra arguments for these attributes.

[skip changelog]
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.

2 participants