question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

release feature with myapp.__version__

See original GitHub issue

Hello, any reason why Sentry does not seem to detect my RELEASE setting put this way:

import myapp
RAVEN_CONFIG = {
    'CELERY_LOGLEVEL': env.int('DJANGO_SENTRY_LOG_LEVEL', logging.INFO),
    'DSN': SENTRY_DSN,
    'RELEASE': myapp.__version__,
}

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
pydannycommented, Dec 3, 2016

@aleprovencio did you ever get this functioning with Cookiecutter Django? If so, please send a pull request to the project. The more we can provide support for Sentry and Raven usage the better.

0reactions
aleprovenciocommented, Apr 2, 2018

I’m so sorry I’ve completely forgotten about this issue. Unfortunately I don’t have nowadays a single cookiecutter project on production which I have access to test this. If no one can test this now, I might start a new project in three months.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get release version number through PowerAppsForMak...
I would like to print the Release Version of MyApp in a label on the home screen, so that the text of the...
Read more >
What does it mean when the version of an app says release?
It means that the app is deployed to production server and already passed testing.
Read more >
Publishing my app "lite" version a… | Apple Developer Forums
My app is on the App Store. Now I would like to publish a "lite" version of my app. Its name could be...
Read more >
Versioning mobile app releases like a pro - Gabrielle Earnshaw
We all know that a project should have a version number. When you release new features, you should increment your version number, right?...
Read more >
Control when app changes are published with managed ...
Changes that are not held back by managed publishing · Increasing an existing staged roll-out to 100% · Updating your app's ”Release notes”...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found