department-of-veterans-affairs / notification-api

Notification API
MIT License
16 stars 9 forks source link

BUG: new mobile app logs 'missing environment sid' #2091

Open cris-oddball opened 3 weeks ago

cris-oddball commented 3 weeks ago

Description

After working #2019 for Prod missing SID logs, new logs started showing up in the lowers that were previously not present. This does not appear to impact the functionality of the Push notification route (a pass-through at this time). See Additional Information below for more details.

Steps to Reproduce

  1. Deploy main to an environment
  2. Observe the logs described below

Workaround

We can ignore the logs, since the feature works.

Impact/Urgency

Low, but we should not have logs that indicate problems and then not handle the problem.

Expected Behavior

QA Considerations

Additional Info & Resources

Screenshot of logs Image

Datadog link to the logs in Perf.

Some considerations based on various Slack convos:

- push works. let's not forget that!