Skip to content

exceptions raised when running on non-standard ports like 8000 #39

Description

@io41

When using raven-js on a site running on a non port 80/443 server, doing this fails:

// capture an exceptiontry{errorThrowingCode();}catch(err){Raven.captureException(err);}

i.e. running locally for testing on http://localhost:8000 (with that set as allowed origin for CORRS), you'll get raven exceptions as it strips the from the ":" on wards.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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