You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we create a sentry project for an Imbi project we can set the "Platform" for the project. However, it is not clear that this is required since the language-specific SDK should be doing that for us. I've omitted setting the platform from the Sentry project creation code in the API for the time being. We can revisit this after we have some usage of the feature. If it is not necessary, then we should remove the related TODO in the code. If it is necessary, then we have to figure out how to determine what the platform is.
The text was updated successfully, but these errors were encountered:
We definitely don't want to hard code this to Python so the value will
have to be dynamically determined from some project fact. However, I
think that the sentry client will overwrite this for us so I am going to
leave a TODO in there for the time being and create an issue to revisit
after we have some insight from actual usage.
AWeber-Imbi/imbi#73
When we create a sentry project for an Imbi project we can set the "Platform" for the project. However, it is not clear that this is required since the language-specific SDK should be doing that for us. I've omitted setting the platform from the Sentry project creation code in the API for the time being. We can revisit this after we have some usage of the feature. If it is not necessary, then we should remove the related
TODO
in the code. If it is necessary, then we have to figure out how to determine what the platform is.The text was updated successfully, but these errors were encountered: