Forum Discussion
ramialkhawaldeh
Mar 03, 2020Copper Contributor
Sentry project name not reflecting
Hi all, I've done Sentry + Microsoft Teams successfully .. and a custom alert sent properly . and I'm happy with that 🙂 . The question is : After changing a Sentry's project NAME to a new na...
yquan
Oct 14, 2020Copper Contributor
Please check with Sentry support, this is a bug from their side, it doesn't related with Microsoft team nor the plugin.
When you update your project name in Sentry portal, an API will be fired to update your changes.
API: https://XXX/api/0/projects/X/Y/
If you check the network request in your devtools, you will found that Sentry only update the slug field, they didn't update the name field as well. Although the UI tell you that they will.
https://imgur.com/0FWtL9m
https://imgur.com/bnrHDio
https://docs.sentry.io/api/projects/update-a-project/
When you update your project name in Sentry portal, an API will be fired to update your changes.
API: https://XXX/api/0/projects/X/Y/
If you check the network request in your devtools, you will found that Sentry only update the slug field, they didn't update the name field as well. Although the UI tell you that they will.
https://imgur.com/0FWtL9m
https://imgur.com/bnrHDio
https://docs.sentry.io/api/projects/update-a-project/