Skip to content

exception event refactoring#12

Merged
jking-netuitive merged 1 commit intodevelopfrom
issue/event_tags
Oct 14, 2016
Merged

exception event refactoring#12
jking-netuitive merged 1 commit intodevelopfrom
issue/event_tags

Conversation

@jking-netuitive
Copy link
Copy Markdown
Contributor

closes #11

def exception_event(exception, klass = nill, uri = nil, controller = nil, action = nil)
server_interaction { netuitivedServer.exceptionEvent(exception, klass, uri, controller, action) }
def exception_event(exception, klass = nil, tags = nil)
server_interaction { netuitivedServer.exceptionEvent(exception, klass, tags) }
Copy link
Copy Markdown
Contributor

@TheConnMan TheConnMan Oct 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does netuitive_ruby_api need to be refactored to handle this refactoring? exceptionEvent still uses URI and controller.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redacting this comment, this function is the function I thought needed to be refactored.

@jking-netuitive jking-netuitive merged commit 5399cbc into develop Oct 14, 2016
@jking-netuitive jking-netuitive deleted the issue/event_tags branch October 14, 2016 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants