Skip to content

Invalid URLs in mails if sentry is not available on / #369

@omansion

Description

@omansion

Hi,

I load sentry URL as following.

(r'^sentry/', include('sentry.web.urls'))

I also set SENTRY_URL_PREFIX to http://foobar.com/sentry

When I receive a mail, the URL is http://foobar.com/sentry/sentry/1/group/840/ but should be http://foobar.com/sentry/1/group/840/

If I set SENTRY_URL_PREFIX to http://foobar.com then api calls can't find their ways.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions