As part of upcoming improvements to our logging pipeline, we’ve made adjustments to our underlying data processing. These changes include the path
and uri
fields in the web application and the uri
field in Client Logs exports.
These fields will now be prefixed with the name of the workspace and the repository.
For example:
/format/package_name/filename
Will change to:
/workspace/repository/format/package_name/filename
If you are using custom domains configured at the workspace level, only the repository name will be prefixed:
/repository/format/package_name/filename
For repository custom domains, the path will remain unchanged:
/format/package_name/filename
Important information regarding these changes
If you currently parse the uri
field in any automated process, please review your workflows to ensure they will continue working as expected. Note that the exact structure of the URI may change depending on the HTTP request type.
If you have any concerns or questions, contact us for help.